From: Maru Newby Date: Tue, 9 Dec 2014 20:04:38 +0000 (-0700) Subject: Remove TODO for H404 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=acde1b60dd87713aed5c84408460917d65d530aa;p=openstack-build%2Fneutron-build.git Remove TODO for H404 There is no timeline or intention to fix this - it's a non-functional formatting change. Change-Id: Ib8e75bca41dbcd9dbb188ba8ee03ef51a479d9cc --- diff --git a/tox.ini b/tox.ini index 311bcadc2..3ab41b890 100644 --- a/tox.ini +++ b/tox.ini @@ -72,9 +72,9 @@ commands = python setup.py build_sphinx # H305 imports not grouped correctly # H307 like imports should be grouped together # 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 -# TODO(marun) H404 multi line docstring should start with a summary ignore = E125,E126,E128,E129,E265,H305,H307,H402,H404,H405,H904 show-source = true builtins = _