flake8: exclude legacy code
This commit is contained in:
parent
ea26dc2e2f
commit
9cfcbd1c22
2
tox.ini
2
tox.ini
|
@ -2,6 +2,8 @@
|
||||||
count = True
|
count = True
|
||||||
exclude =
|
exclude =
|
||||||
migrations
|
migrations
|
||||||
|
resources # exclude code that will be deprecated
|
||||||
|
tests # exclude code that will be deprecated
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
show-source = True
|
show-source = True
|
||||||
|
|
Reference in New Issue