Update flake8 ignore list

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

Change-Id: I583c66d1222ec4f9a08e2e09e28ed219bbaa4a99
This commit is contained in:
gecong1973 2016-09-28 11:26:49 +08:00
parent f904a24d23
commit a593e3d447
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@ commands = oslo_debug_helper {posargs}
import_exceptions = kosmos._i18n
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H302,H306,H402,H404,H405,H904
ignore = H302,H306,H402,H404,H405,H904
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools