diff --git a/tox.ini b/tox.ini index cd615f23..9f1bf370 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,6 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi' downloadcache = ~/cache/pip [flake8] -ignore = E125 +ignore = E125,H803 builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build