1
0
Fork 0
litecli/.pre-commit-config.yaml
Daniel Baumann 0912fc1528
Adding upstream version 1.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 17:37:21 +01:00

6 lines
124 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.7