Update flake8 ignore list

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

Change-Id: Id3c7907b9049f85e77da7a2d61d26b32a083dea5
This commit is contained in:
gecong1973 2016-11-24 10:08:11 +08:00
parent 0d66007f60
commit ff54a3dcab
1 changed files with 1 additions and 3 deletions

View File

@ -79,14 +79,12 @@ commands =
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
#
# H405 is another one that is good as a guideline, but sometimes
# multiline doc strings just don't have a natural summary
# line. Rejecting code for this reason is wrong.
show-source = True
ignore = E123,E125,H405
ignore = H405
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build