Comply to new flake8 3.6 (#853)

* #N/A: Ignore W504 line break after binary operator

W504 is now part of flake8 current version 3.6

* #N/A: Fix invalid escape sequences

* #N/A: Remove conflicting path before installing gcc with brew
This commit is contained in:
Pablo Aguiar
2018-10-30 20:56:55 +01:00
committed by Vladimir Iakovlev
parent d226b8f258
commit e6be00a63b
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ deps = -rrequirements.txt
commands = py.test -v --capture=sys
[flake8]
ignore = E501,W503
ignore = E501,W503,W504
exclude = venv,build,.tox,setup.py,fastentrypoints.py