From 6170ea0c28488d07f2a0aaef9a69a789b0284dc1 Mon Sep 17 00:00:00 2001 From: Cao Xuan Hoang Date: Mon, 29 May 2017 11:31:11 +0700 Subject: [PATCH] Updated comments in tox.ini [flake8] Change-Id: If768bb26683870491d6414168213e40a95832ec6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b4100eebb..296c014c3 100644 --- a/tox.ini +++ b/tox.ini @@ -83,8 +83,8 @@ commands = sphinx-build -W -b html doc/source doc/build # E128 continuation line under-indented for visual indent # E129 visually indented line with same indent as next logical line # E265 block comment should start with ‘# ‘ +# H404 multi line docstring should start with a summary # H405 multi line docstring summary not separated with an empty line -# TODO(marun) H404 multi line docstring should start with a summary # TODO(dougwig) -- uncomment this to test for remaining linkages # N530 direct neutron imports not allowed ignore = E125,E126,E128,E129,E265,H404,H405,N530,N531