Flake8 update

This commit is contained in:
Raphael Michel
2019-01-30 09:31:34 +01:00
parent 5da2eab1fb
commit 944138f7a9
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = N802,W503,E402,C901,E722,W504,E252,N812
ignore = N802,W503,E402,C901,E722,W504,E252,N812,N806
max-line-length = 160
exclude = migrations,.ropeproject,static,mt940.py,_static,build,make_testdata.py,*/testutils/settings.py,tests/settings.py,pretix/base/models/__init__.py
max-complexity = 11