core/.pre-commit-config.yaml

9 lines
147 B
YAML

repos:
- repo: https://github.com/python/black
rev: 19.3b0
hooks:
- id: black
args:
- --safe
- --quiet