From fca890713aef37ed446071acf4cbe92ee09d05a8 Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 2 Sep 2021 09:49:00 -0400 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a9d74cef1..d158bf462 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