diff --git a/tox.ini b/tox.ini index c440ab2e..549a2733 100644 --- a/tox.ini +++ b/tox.ini @@ -51,10 +51,7 @@ commands = show-source = True exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-* # H102 Apache License format -# H233 Python 3.x incompatible use of print operator -# H404 multi line docstring should start without a leading new line -# H405 multi line docstring summary not separated with an empty line -ignore = H102,H233,H404,H405 +ignore = H102 [testenv:venv] commands = {posargs}