Merge "Add W503 to flake8 ignores"

This commit is contained in:
Zuul 2021-09-15 16:49:07 +00:00 committed by Gerrit Code Review
commit 6ff9e30e17
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ commands = {[testenv:functional]commands}
[flake8]
show-source = True
ignore = H404,H405,E122,E123,E128,E251,W504
ignore = H404,H405,E122,E123,E128,E251,W503,W504
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
application-import-names = cinderclient
import-order-style = pep8