Files
pretix_original/src/setup.cfg
2015-03-13 01:04:53 +01:00

6 lines
111 B
INI

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