From 70a07373adf26e81b23486b7d8757ff69ef8f743 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 25 Oct 2016 23:55:05 +0200 Subject: [PATCH] flake8: Reenable flake8-import-order --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index b39fc68b..da6bcc38 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