mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
6 lines
128 B
INI
6 lines
128 B
INI
[flake8]
|
|
ignore = N802,W503
|
|
max-line-length = 160
|
|
exclude = migrations,.ropeproject,static,mt940.py,_static
|
|
max-complexity = 11
|