summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 1 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index cd97a08e..401ec901 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,11 +32,7 @@ commands = {posargs}
show-source = true
# H304: no relative imports.
-# H401: docstring should not start with a space
-# H402: one line docstring needs punctuation
-# H403: multi line docstring end on new line
-# H404: multi line docstring should start with a summary
-ignore = H304,H401,H402,H403,H404
+ignore = H304
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor