style: Ignore flake8 warnings W503 and W504

Avoid W503/W504 with current code as the current code not compliant
and they are contradictory.
pull/281/head
Sorin Sbarnea 5 years ago committed by GitHub
parent 30c90dbf70
commit bbcad943b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save