summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-09-02 09:49:00 -0400
committerBrian Rosmaita <rosmaita.fossdev@gmail.com>2021-09-02 09:49:00 -0400
commitfca890713aef37ed446071acf4cbe92ee09d05a8 (patch)
tree4cf2b159176537b34971dfb1332a88b6e19c3d40
parent45cebe406fdabd5f3636cb78d85ac934ca735a08 (diff)
downloadpython-cinderclient-fca890713aef37ed446071acf4cbe92ee09d05a8.tar.gz
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
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a9d74ce..d158bf4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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