Add W503 to flake8 ignores

Cinder ignores both W503 and W504, and it's really annoying that
cinderclient is not consistent with cinder about this.

Change-Id: Iab7ff2bfcb61fd5d8a7ee25e245cebe7a50c46b1
This commit is contained in:
Brian Rosmaita 2021-09-02 09:49:00 -04:00
parent 45cebe406f
commit fca890713a

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