Update flake8

E123, E125 skipped as they are invalid PEP-8.

Change-Id: I8ffe3749ba0c318d49cd805e8a05372ed7b37669
This commit is contained in:
xianming mao 2016-08-24 12:26:17 +08:00
parent 721020145b
commit 7f2b68ec34
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ commands = python setup.py build_sphinx
[flake8]
# E123, E125 skipped as they are invalid PEP-8
ignore = E123,E125
ignore =
show-source = true
builtins = _
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build