home-assistant-core/.pre-commit-config.yaml
2019-08-14 09:13:24 -07:00

9 lines
144 B
YAML

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