Update flake8 ignore list

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

Change-Id: I935a8014648927189aecedcfae93e45ee996aa82
This commit is contained in:
gengchc2 2016-09-28 10:45:36 +08:00
parent f4cd853efe
commit b53fef47c1
1 changed files with 1 additions and 2 deletions

View File

@ -26,9 +26,8 @@ commands = python setup.py build_sphinx
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H803
ignore = H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build