Flake8 update

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

[1]:https://github.com/openstack-dev/hacking/blob/master/setup.cfg

Change-Id: I0b073bb9670fe61d08755e6731c81b3ddc60d008
This commit is contained in:
jiansong 2016-08-12 04:28:05 -07:00 committed by jian.song
parent 0021c6fafa
commit e2493ca6a3

View File

@ -47,8 +47,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = True
# E123, E125 skipped as they are invalid PEP-8.
# H405 multi line docstring summary not separated with an empty line
ignore = E123,E125,H405
ignore = H405
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools,releasenotes