mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Use consistent flake8 settings everywhere and fix flake8 issues
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[flake8]
|
||||
ignore = N802,W503,E402
|
||||
ignore = N802,W503,E402,C901
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user