From f76f955d32e2719fa1ea0e09bb1eb6eb47ca54e8 Mon Sep 17 00:00:00 2001 From: Geoffrey Spear Date: Wed, 8 Jul 2020 13:41:22 -0400 Subject: [PATCH] pin version of isort used by pylint --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ce6de3d..acefde7 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,9 @@ commands= [testenv:lint] basepython=python3.6 -deps= pylint~=1.9.2 +deps= + isort~=4.3.21 + pylint~=1.9.2 commands=pylint pycounter [testenv:manifest]