From 05daedff691a78c9a7d21d082f048ecc63a42476 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Mon, 11 May 2015 16:05:03 +0200 Subject: [PATCH] Remove H305 from tox.ini pep8 ignore list H305 is about grouping imports. It seems like we meet the requirement. I don't think there a reason to keep it. Change-Id: Ia2ddd467288c3c3aad39aed98eefb532b0e1d280 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6a9cc8ffb..83549d506 100644 --- a/tox.ini +++ b/tox.ini @@ -102,10 +102,9 @@ 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 ‘# ‘ -# H305 imports not grouped correctly # H404 multi line docstring should start with a summary # H405 multi line docstring summary not separated with an empty line -ignore = E125,E126,E128,E129,E265,H305,H404,H405 +ignore = E125,E126,E128,E129,E265,H404,H405 show-source = true builtins = _ # neutron/tests/tempest needs to be excluded so long as it continues -- 2.45.2