Enforce check on flake8 E129 test
Visually indented line with same indent as next logical line.
Change-Id: I9204313f2b8b52929366b00f5ac035ce06603122
diff --git a/tox.ini b/tox.ini
index b5940a7..ac55994 100644
--- a/tox.ini
+++ b/tox.ini
@@ -45,9 +45,8 @@
commands = oslo_debug_helper {posargs}
[flake8]
-# [E129] Visually indented line with same indent as next logical line.
# [W503] Line break occurred before a binary operator. Conflicts with W504.
-ignore = E129,W503
+ignore = W503
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build