From 1975e88e4b7be32820a73bf0bff29c501d46f7ea Mon Sep 17 00:00:00 2001 From: zhurong Date: Wed, 4 Jan 2017 15:25:11 +0800 Subject: [PATCH] Remove the pep8 ingore There have no error when remove all the pep8 ingore, so we remove the ingore. Change-Id: I4c9d3aec795098c20e7cea51f9426589770c932f --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index c301373..4eec967 100644 --- a/tox.ini +++ b/tox.ini @@ -53,8 +53,5 @@ commands = oslo_debug_helper {posargs} [flake8] show-source = True -# E123, E125 skipped as they are invalid PEP-8. -# H405 multi line docstring summary not separated with an empty line -ignore = E123,E125,H405 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools