New pep8 version added a warning W503 which we will ignore

This commit is contained in:
Raphael Michel
2015-02-18 10:52:38 +01:00
parent 73aa3fb4bc
commit 3f7d3711ef
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[flake8]
ignore = E128,N802
ignore = E128,N802,W503
max-line-length = 160
exclude = migrations,.ropeproject,static
max-complexity = 16