Skip to content

Commit

Permalink
lint: Re-enable flake8-import-order
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcik committed Jul 26, 2016
1 parent e594d56 commit 8707a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -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

Expand Down

0 comments on commit 8707a7c

Please sign in to comment.