From 1ba62882f878cfa6211231317d073d0045b3f15e Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Wed, 28 Sep 2016 10:41:03 +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: Ib4aa404f1eb1e52af0f2cde6911e048e26a599ff --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 750dd7b2..a6e57a08 100644 --- a/tox.ini +++ b/tox.ini @@ -40,9 +40,6 @@ commands = python setup.py build_sphinx commands = oslo_debug_helper {posargs} [flake8] -# E123, E125 skipped as they are invalid PEP-8. - show-source = True -ignore = E123,E125 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build