diff --git a/tox.ini b/tox.ini index 64304ef8bb8a..018f2afb2531 100644 --- a/tox.ini +++ b/tox.ini @@ -68,8 +68,9 @@ commands = # The rest of the ignores are TODOs # New from hacking 0.9: E129, E131, H407, H405 # E251 Skipped due to https://github.com/jcrocholl/pep8/issues/301 +# N333 Skip the oslo.* namespace check temporarily -ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405 +ignore = E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E251,H405,N333 exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools/xenserver* # To get a list of functions that are more complex than 25, set max-complexity # to 25 and run 'tox -epep8'.