Updated flake8 settings
This commit is contained in:
parent
8ffb00ad58
commit
f95ffd529f
7
tox.ini
7
tox.ini
@ -1,9 +1,6 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude =
|
exclude =
|
||||||
# No need to traverse our git directory
|
env,
|
||||||
.git,
|
.git,
|
||||||
# There's no value in checking cache directories
|
__pycache__
|
||||||
__pycache__,
|
|
||||||
# Exclude startup file for repl
|
|
||||||
repl.py
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user