diff --git a/tox.ini b/tox.ini index e7bdc6a..cc24acc 100644 --- a/tox.ini +++ b/tox.ini @@ -31,11 +31,10 @@ commands = {posargs} # H301 one import per line # H305 imports not grouped correctly # H307 like imports should be grouped together -# H402 one line docstring needs punctuation # H404 multi line docstring should start with a summary # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash -ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H402,H404,H405,H904,H803 +ignore = E123,E125,E126,E128,E129,E265,H301,H305,H307,H404,H405,H904,H803 show-source = True builtins = _ exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build