From dffdadd0ceb44252af10e99eab8b32b6bbe0b5f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20L=C3=B6hel?= Date: Wed, 8 Jul 2020 19:30:33 -0500 Subject: [PATCH] Use isort 4.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pylint is not yet compatible with isort 5.x For more information please visit: * PyCQA/pylint#3722 * PyCQA/pylint#3725 Signed-off-by: Jürgen Löhel --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 328fdc3..68737b8 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ logstash_async_modules = logstash_async tests [testenv] deps = flake8 - isort + isort<5 pylint commands = # linting and code analysis @@ -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}