forked from CGM_Public/pretix_original
6 lines
116 B
INI
6 lines
116 B
INI
[flake8]
|
|
ignore = E128,N802,W503
|
|
max-line-length = 160
|
|
exclude = migrations,.ropeproject,static
|
|
max-complexity = 16
|