Update flake8 ignore list

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

Change-Id: Ib4aa404f1eb1e52af0f2cde6911e048e26a599ff
This commit is contained in:
gengchc2 2016-09-28 10:41:03 +08:00
parent 49155ca0e0
commit 1ba62882f8
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ commands = python setup.py build_sphinx
commands = oslo_debug_helper {posargs} commands = oslo_debug_helper {posargs}
[flake8] [flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True show-source = True
ignore = E123,E125
builtins = _ builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build