forked from orbit-oss/flask
Set up pre-commit to run black
Call it automatically via tox
This commit is contained in:
parent
819368a52d
commit
5b309831ec
2 changed files with 10 additions and 0 deletions
5
.pre-commit-config.yaml
Normal file
5
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
repos:
|
||||
- repo: https://github.com/python/black
|
||||
rev: 19.3b0
|
||||
hooks:
|
||||
- id: black
|
||||
Loading…
Add table
Add a link
Reference in a new issue