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