Files
pretix_original/src/setup.cfg

6 lines
112 B
INI

[flake8]
ignore = E128
max-line-length = 160
exclude = tests,migrations,.ropeproject,static
max-complexity = 12