unittest forces us to break naming conventions, so ignore errors for

them
This commit is contained in:
Raphael Michel
2014-09-27 14:00:24 +02:00
parent d59e203299
commit 4ff339c620

View File

@@ -1,5 +1,5 @@
[flake8]
ignore = E128
ignore = E128,N802
max-line-length = 160
exclude = tests,migrations,.ropeproject,static
max-complexity = 16