diff --git a/tox.ini b/tox.ini index 3678ce2..70c08f7 100644 --- a/tox.ini +++ b/tox.ini @@ -37,7 +37,7 @@ commands = oslo_debug_helper {posargs} # E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H238 +ignore = E123,E125,H238,D101,D102 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build max-line-length = 90 \ No newline at end of file