From acde1b60dd87713aed5c84408460917d65d530aa Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Tue, 9 Dec 2014 13:04:38 -0700 Subject: [PATCH] Remove TODO for H404 There is no timeline or intention to fix this - it's a non-functional formatting change. Change-Id: Ib8e75bca41dbcd9dbb188ba8ee03ef51a479d9cc --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = _ -- 2.45.2