From 8707a7c9cf1d581911b76b2379fab8d014044e3b Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Tue, 26 Jul 2016 21:41:49 +0200 Subject: [PATCH] lint: Re-enable flake8-import-order --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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