summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 1 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 88ac1e26..72fb4382 100644
--- a/tox.ini
+++ b/tox.ini
@@ -35,14 +35,8 @@ downloadcache = ~/cache/pip
#
# Following checks are ignored on purpose.
#
-# H402 one line docstring needs punctuation
-# reason: removed in hacking (https://review.openstack.org/#/c/101497/)
-#
-# H904 wrap long lines in parentheses instead of a backslash
-# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
-#
# Additional checks are also ignored on purpose: F811, F821
-ignore = E124,F811,F821,H402,H404,H405,H904
+ignore = E124,F811,F821,H404,H405
show-source = True
exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py