Include tests in flake8 configurations

This commit is contained in:
Raphael Michel
2014-10-04 22:32:13 +02:00
parent 0d711cffb3
commit 50464140f4

View File

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