mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +00:00
New pep8 version added a warning W503 which we will ignore
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[flake8]
|
||||
ignore = E128,N802
|
||||
ignore = E128,N802,W503
|
||||
max-line-length = 160
|
||||
exclude = migrations,.ropeproject,static
|
||||
max-complexity = 16
|
||||
|
||||
Reference in New Issue
Block a user