summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2018-05-08 12:36:09 -0700
committerJulia Kreger <juliaashleykreger@gmail.com>2018-05-09 06:13:55 -0700
commit24c04d93dd04cb911006dfa4aa6f5ca450294b00 (patch)
tree776bec9295f2749d09d33cc259d6656198a39504 /tox.ini
parentadaf9182ba70f68d2f8e36adfa08d8f6a5088ba1 (diff)
downloadironic-24c04d93dd04cb911006dfa4aa6f5ca450294b00.tar.gz
Fix W605 Errors
Change-Id: I122a9e4383c27535cf546e5762ff4d2a8f6bd569 Story: #2001985
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 65e6af96e..27b06ec3e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -106,9 +106,9 @@ commands = {posargs}
[flake8]
# [W503] Line break before binary operator.
-# NOTE(TheJulia): Adding W605,W606,E501,F405 to the ignore list
+# NOTE(TheJulia): Adding W606,E501,F405 to the ignore list
# until we are able to clean them up in the code base.
-ignore = E129,W503,W605,W606,E501,F405
+ignore = E129,W503,W606,E501,F405
filename = *.py,app.wsgi
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8