core/.pre-commit-config.yaml

9 lines
144 B
YAML
Raw Normal View History

2019-07-30 23:59:12 +00:00
repos:
- repo: https://github.com/psf/black
2019-07-30 23:59:12 +00:00
rev: 19.3b0
hooks:
- id: black
args:
- --safe
- --quiet