From 54f088cfc1789c63766e1c8f91a5cc31013df81c Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 16 Jul 2014 19:02:48 +0200 Subject: [PATCH] Enable hacking check H401 Change-Id: I993d2b049db8496635d7f891e89fc12931e0da84 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index ddf715b26..586bd1974 100644 --- a/tox.ini +++ b/tox.ini @@ -70,12 +70,11 @@ commands = {posargs} # H304 no relative imports # H305 imports not grouped correctly # H307 like imports should be grouped together -# H401 docstring should not start with a space # H402 one line docstring needs punctuation # H405 multi line docstring summary not separated with an empty line # H904 Wrap long lines in parentheses instead of a backslash # TODO(marun) H404 multi line docstring should start with a summary -ignore = E125,E126,E128,E129,E251,E265,E713,F402,F811,F812,H237,H302,H304,H305,H307,H401,H402,H404,H405,H904 +ignore = E125,E126,E128,E129,E251,E265,E713,F402,F811,F812,H237,H302,H304,H305,H307,H402,H404,H405,H904 show-source = true builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools,.ropeproject