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 Sep 27, 2020
1 parent 0f4266c commit dffdadd
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 dffdadd

Please sign in to comment.