Minimal flake8 config
This commit is contained in:
parent
745cc4c43e
commit
81d9757e61
1 changed files with 6 additions and 0 deletions
6
tox.ini
Normal file
6
tox.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[flake8]
|
||||
max-line-length = 119
|
||||
exclude =
|
||||
.git,
|
||||
__pycache__,
|
||||
venv
|
Loading…
Reference in a new issue