Update flake8 ignore list

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

Change-Id: Ic316abf5ab36200a15f3df98c9da317bfc783b5a
This commit is contained in:
gengchc2 2016-09-28 10:36:15 +08:00
parent 8db853b757
commit 32404e9d8f
1 changed files with 1 additions and 2 deletions

View File

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