Update flake8 ignore list

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

Change-Id: I21ed6315821d3dbf98b03042225251c400147cd4
This commit is contained in:
gengchc2 2016-09-28 10:48:08 +08:00
parent 8f8f7f1696
commit c4ced7f919
1 changed files with 0 additions and 2 deletions

View File

@ -126,7 +126,5 @@ ignore = D000
[flake8]
show-source = True
# E123, E125 skipped as they are invalid PEP-8.
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,*/source/conf.py