summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 2ad2a7d72..65e6af96e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -106,9 +106,9 @@ commands = {posargs}
[flake8]
# [W503] Line break before binary operator.
-# NOTE(TheJulia): Adding E305,W605,W606,E501,F405 to the ignore list
+# NOTE(TheJulia): Adding W605,W606,E501,F405 to the ignore list
# until we are able to clean them up in the code base.
-ignore = E129,W503,E305,W605,W606,E501,F405
+ignore = E129,W503,W605,W606,E501,F405
filename = *.py,app.wsgi
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8