Skip to content

Commit

Permalink
Use isort 4.x
Browse files Browse the repository at this point in the history
Pylint is not yet compatible with isort 5.x
For more information please visit:
  * pylint-dev/pylint#3722
  * pylint-dev/pylint#3725

Signed-off-by: Jürgen Löhel <juergen.loehel@inlyse.com>
  • Loading branch information
jloehel committed Jul 9, 2020
1 parent f17e1f1 commit 131f24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Expand Up @@ -13,7 +13,7 @@ logstash_async_modules = logstash_async tests
[testenv]
deps =
flake8
isort
isort<5
pylint
commands =
# linting and code analysis
Expand All @@ -29,7 +29,7 @@ commands =
# for Python 2.7.
deps =
flake8
isort
isort<5
commands =
# linting and code analysis
{envbindir}/flake8 {[tox]logstash_async_modules}
Expand Down

0 comments on commit 131f24b

Please sign in to comment.