1
0
Fork 0
litecli/.pre-commit-config.yaml

7 lines
124 B
YAML
Raw Normal View History

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