Update flake8
E123, E125 skipped as they are invalid PEP-8. Change-Id: I8ffe3749ba0c318d49cd805e8a05372ed7b37669
This commit is contained in:
parent
721020145b
commit
7f2b68ec34
2
tox.ini
2
tox.ini
@ -30,7 +30,7 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
# E123, E125 skipped as they are invalid PEP-8
|
# E123, E125 skipped as they are invalid PEP-8
|
||||||
ignore = E123,E125
|
ignore =
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build
|
exclude=.venv*,.git,.tox,dist,doc,*lib/python*,*egg,tools,build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user