From 89f1a6fa3a73297da5c9e7c53a395fad3de85e3f Mon Sep 17 00:00:00 2001 From: Damien Baty Date: Mon, 6 Jul 2020 00:01:50 +0200 Subject: Switch to isort 5 for pylint's own code --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 31b8091ea..221288a1a 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps = isort==5.4.2 commands = black --check . --exclude="tests/functional/|tests/input|tests/extensions/data|tests/regrtest_data/|tests/data/|venv|astroid|.tox" - isort -rc . --check-only + isort . --check-only changedir = {toxinidir} [testenv:mypy] -- cgit v1.2.1