Update flake8 ignore list

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

Change-Id: I0f1a7022d48ce60e9a3f04009d9c678ec884232a
This commit is contained in:
gengchc2 2016-09-28 11:36:07 +08:00
parent 87c55e468c
commit 08c2cce18f
1 changed files with 0 additions and 2 deletions

View File

@ -27,9 +27,7 @@ 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,*openstack/common*,*lib/python*,*egg,build