style: Ignore flake8 warnings W503 and W504

Avoid W503/W504 with current code as the current code not compliant
and they are contradictory.
This commit is contained in:
Sorin Sbarnea
2020-05-03 15:55:57 +01:00
committed by GitHub
parent 30c90dbf70
commit bbcad943b6

View File

@@ -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