Files
ha-core/.pre-commit-config.yaml
Paulus Schoutsen da05dfe708 Add Black
2019-07-31 12:23:23 -07:00

9 lines
147 B
YAML

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