Update flake8 ignore list

In hacking > 0.10.0, there is no E123 and E125, so this commit to
delete them.

Change-Id: I0cfda940f7c1d4cbf370e2bc9073c663f1924846
This commit is contained in:
xianming mao 2016-08-24 11:28:02 +08:00 committed by xianming.mao
parent 0308d44f32
commit a6042511c2

View File

@ -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