diff --git a/tox.ini b/tox.ini index 167b013..f5b2753 100644 --- a/tox.ini +++ b/tox.ini @@ -22,10 +22,11 @@ commands = {posargs} commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] +# H302 skipped on purpose per IRC discussion involving other TripleO projects. # H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 +ignore = E123,E125,H302,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