forked from CGM_Public/pretix_original
Exclude tests/settings.py from flake8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = N802,W503,E402
|
ignore = N802,W503,E402
|
||||||
max-line-length = 160
|
max-line-length = 160
|
||||||
exclude = migrations,.ropeproject,static,mt940.py,_static,build,make_testdata.py
|
exclude = migrations,.ropeproject,static,mt940.py,_static,build,make_testdata.py,tests/settings.py
|
||||||
max-complexity = 11
|
max-complexity = 11
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
|
|||||||
Reference in New Issue
Block a user