From: Jakub Libosvar Date: Mon, 11 May 2015 14:05:03 +0000 (+0200) Subject: Remove H305 from tox.ini pep8 ignore list X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=05daedff691a78c9a7d21d082f048ecc63a42476;p=openstack-build%2Fneutron-build.git 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 --- 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