Added flake8 ignores

Avoid W503/W504 with current code as the current code not compliant
and they are contradictory.
pull/264/head
Sorin Sbarnea 5 years ago
parent 512fe17047
commit 05d8e2469a

@ -4,6 +4,7 @@ universal = 1
[flake8] [flake8]
import-order-style = pep8 import-order-style = pep8
application-import-names = yamllint application-import-names = yamllint
ignore = W503,W504
[build_sphinx] [build_sphinx]
all-files = 1 all-files = 1

Loading…
Cancel
Save