From a593e3d447c813f3d1e2d0195b6f82766926721d Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Wed, 28 Sep 2016 11:26:49 +0800 Subject: [PATCH] Update flake8 ignore list In hacking > 0.10.0, there is no E123 and E125, so this commit to delete them. Change-Id: I583c66d1222ec4f9a08e2e09e28ed219bbaa4a99 --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9227782..0146600 100644 --- a/tox.ini +++ b/tox.ini @@ -32,9 +32,7 @@ commands = oslo_debug_helper {posargs} import_exceptions = kosmos._i18n [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125,H302,H306,H402,H404,H405,H904 +ignore = H302,H306,H402,H404,H405,H904 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools