From a6042511c2369749c78b2184a9facb6aecb869ff Mon Sep 17 00:00:00 2001 From: xianming mao Date: Wed, 24 Aug 2016 11:28:02 +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: I0cfda940f7c1d4cbf370e2bc9073c663f1924846 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 71bc252..b349f63 100644 --- a/tox.ini +++ b/tox.ini @@ -44,8 +44,6 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen 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