From 393be05d68b08d31aff184501d0be4bfb9077017 Mon Sep 17 00:00:00 2001 From: Benjamin Kirkbride Date: Thu, 23 Jul 2020 21:15:29 -0400 Subject: [PATCH] chore(setup.cfg): specify isort version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d610893..6c87d5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ tests = black pylint mypy - isort + isort<5,>=4.2.5 [coverage:run] branch = True