diff --git a/tox.ini b/tox.ini index 7ee87357e266..8b34df1e9cf7 100644 --- a/tox.ini +++ b/tox.ini @@ -45,10 +45,10 @@ commands = {posargs} # E712 is ignored on purpose, since it is normal to use 'column == true' # in sqlalchemy. # H803 skipped on purpose per list discussion. -# TODO Hacking 0.6 checks to fix - # E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126 -ignore = E121,E122,E123,E124,E125,E126,E127,E128,E711,E712,H404,F403,F811,F841,H803 +# The rest of the ignores are TODOs + +ignore = E121,E122,E123,E124,E125,E126,E127,E128,E711,E712,H404,F811,F841,H803 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools [hacking]