From b53fef47c1d89dd01439192e4c2ae657b44694a9 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 28 Sep 2016 10:45:36 +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: I935a8014648927189aecedcfae93e45ee996aa82 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index cda4a69..34886c8 100644 --- a/tox.ini +++ b/tox.ini @@ -26,9 +26,8 @@ commands = python setup.py build_sphinx [flake8] # H803 skipped on purpose per list discussion. -# E123, E125 skipped as they are invalid PEP-8. show-source = True -ignore = E123,E125,H803 +ignore = H803 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build