mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Code checker configuration
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
Django>=1.7
|
||||
pyflakes
|
||||
pep8
|
||||
pep8-naming
|
||||
flake8
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
[flake8]
|
||||
ignore = E128
|
||||
max-line-length = 160
|
||||
exclude = tests,migrations,.ropeproject
|
||||
max-complexity = 12
|
||||
Reference in New Issue
Block a user