summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 594377a..033568b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -36,13 +36,12 @@ commands = {posargs}
# ignored flake8 codes:
# H104 file contains nothing more than comments
# H302 import only modules
-# H401 docstring should not start with a space
# 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
# See designate for other ignored codes that may apply here
-ignore = H104,H302,H401,H402,H404,H405,H904
+ignore = H104,H302,H402,H404,H405,H904
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools