Conformity with latest flake8 version

This commit is contained in:
Raphael Michel
2017-10-24 12:44:17 +02:00
parent 2910160af9
commit c33fc7630e
3 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = N802,W503,E402,C901
ignore = N802,W503,E402,C901,E722
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