Enable black
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
This commit is contained in:
parent
1ae75166c7
commit
93a4d8b784
97 changed files with 1734 additions and 1642 deletions
6
setup.cfg
Normal file
6
setup.cfg
Normal file
|
@ -0,0 +1,6 @@
|
|||
[flake8]
|
||||
# E203: whitespaces before ':' <https://github.com/psf/black/issues/315>
|
||||
# E231: missing whitespace after ','
|
||||
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
|
||||
ignore = E203,E231,W503
|
||||
max-line-length = 88
|
Loading…
Add table
Add a link
Reference in a new issue