lint: Re-enable flake8-import-order
This commit is contained in:
parent
e594d560ff
commit
8707a7c9cf
3
tox.ini
3
tox.ini
@ -37,8 +37,7 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
|||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
# TODO: Re-enable once https://github.com/PyCQA/flake8-import-order/issues/79 is released.
|
flake8-import-order
|
||||||
# flake8-import-order
|
|
||||||
pep8-naming
|
pep8-naming
|
||||||
commands = flake8 --show-source --statistics mopidy tests
|
commands = flake8 --show-source --statistics mopidy tests
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user