diff --git a/tox.ini b/tox.ini index b39fc68bbf..da6bcc38ba 100644 --- a/tox.ini +++ b/tox.ini @@ -37,8 +37,7 @@ commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:flake8] deps = flake8 -# TODO: Re-enable once https://github.com/PyCQA/flake8-import-order/issues/79 is released. -# flake8-import-order + flake8-import-order pep8-naming commands = flake8 --show-source --statistics mopidy tests