summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index c173d0d..df181c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -41,12 +41,7 @@ commands=
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
-# H233 Python 3.x incompatible use of print operator
-# H301 one import per line
-# H303 no wildcard import
-# H404 multi line docstring should start with a summary
-
-ignore = F403,F812,F821,H233,H301,H303,H404
+ignore = F403,F812,F821
show-source = True
exclude = .venv*,.tox,dist,*egg,build,.git,doc,*openstack/common*,*lib/python*,.update-venv