diff --git a/tox.ini b/tox.ini index e19826b..0888509 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] show-source = True -ignore = E123,E125,H803 +# E126: from PEP8 upstream, 'most folk agree that its bad'. +ignore = E123,E125,E126,H803 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build \ No newline at end of file +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build