mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
unittest forces us to break naming conventions, so ignore errors for
them
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
ignore = E128
|
ignore = E128,N802
|
||||||
max-line-length = 160
|
max-line-length = 160
|
||||||
exclude = tests,migrations,.ropeproject,static
|
exclude = tests,migrations,.ropeproject,static
|
||||||
max-complexity = 16
|
max-complexity = 16
|
||||||
|
|||||||
Reference in New Issue
Block a user