mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
6 lines
112 B
INI
6 lines
112 B
INI
[flake8]
|
|
ignore = E128
|
|
max-line-length = 160
|
|
exclude = tests,migrations,.ropeproject,static
|
|
max-complexity = 12
|