From 32404e9d8f1f18d5d7ab609f9cf2692d421dc4c1 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 28 Sep 2016 10:36:15 +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: Ic316abf5ab36200a15f3df98c9da317bfc783b5a --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 05946fd..67cdd1e 100644 --- a/tox.ini +++ b/tox.ini @@ -31,9 +31,8 @@ commands = commands = oslo_debug_helper {posargs} [flake8] -# E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H301 +ignore = H301 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build