From 315877d5297cfbd5771c59494f515384a64b702b Mon Sep 17 00:00:00 2001 From: "Chaozhe.Chen" Date: Thu, 14 Jan 2016 18:03:09 +0800 Subject: [PATCH] Clean flake8 ignore There is no bad code violating PEP-8 and no need to ignore rules E123 and E125. So clean the ignore list to do a more strict check. Change-Id: I23a2bafbaa434c6a5dcd6dfe89989b1435d16e82 --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 7b25238..e56d4fd 100644 --- a/tox.ini +++ b/tox.ini @@ -32,9 +32,7 @@ commands = commands = {toxinidir}/setup-tests.sh oslo_debug_helper {posargs} [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125 +ignore = builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build