From 2599d4f5cb003d283e67761dac1c35671983416b Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 28 Sep 2016 14:12:11 +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: I746dbd89d43b202927a54b0fd78fb8e045a1416c --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0fa903831..7d8b8111c 100644 --- a/tox.ini +++ b/tox.ini @@ -31,8 +31,6 @@ commands = oslo_debug_helper {posargs} commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125,F403,H102,H303 +ignore = F403,H102,H303 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build