add black to pre-commit hooks

This commit is contained in:
Roberto Alsina 2020-02-03 16:10:41 -03:00
parent 97f37415f3
commit 1efbd9586d

View File

@ -5,3 +5,7 @@
- id: check-toml - id: check-toml
- id: flake8 - id: flake8
- id: debug-statements - id: debug-statements
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black