Update flake8 ignore list

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

Change-Id: Ib816ef3436b9adfa6d8cbaf6eeafe8757f576caf
This commit is contained in:
gecong1973 2016-09-28 11:40:58 +08:00
parent a7393f446a
commit 1cae6f2e08
1 changed files with 1 additions and 2 deletions

View File

@ -29,12 +29,11 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
[flake8]
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
## TODO(ruhe) following checks should be fixed
# E721 do not compare types, use 'isinstance()'
show-source = True
ignore = E123,E125,E721,H404,H405,H803
ignore = E721,H404,H405,H803
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build