gaphas/.pre-commit-config.yaml
Dan Yeaw b8cbe4a39c
Fix formatting, fix pre-commit version to be compatible with 3.7.1
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-12-02 13:15:38 -05:00

6 lines
121 B
YAML

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