summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-10 21:54:50 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-07-10 21:55:14 +0200
commit8af71e9bde888df23b2ad8a32c2b8026d1280bee (patch)
treeba48cf4c7468173a95690c38ebb7d37aaf81c8d8 /tox.ini
parentd4498bde1e4eeb58fec73add6c3dc0326343e503 (diff)
downloadpython-designateclient-8af71e9bde888df23b2ad8a32c2b8026d1280bee.tar.gz
Enabled hacking check H401
* [H401] Docstrings should not start with a space. Change-Id: I1fa248590c7e05ab92b30ae30af1cf107cdd3cc4
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