summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2020-07-24 07:25:47 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-09-30 09:51:31 +0200
commit12ba61ed1755ba4a67202e95f78403240efa931b (patch)
tree567894596142ab617a0630ea6f061a4580b72f03 /tox.ini
parent356efa90b5984eee25359959a20f672273199720 (diff)
downloaddjango-12ba61ed1755ba4a67202e95f78403240efa931b.tar.gz
[3.1.x] Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable. Backport of e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85 from master
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 8ead652d9d..61081a3744 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ envlist =
py3
flake8
docs
- isort
+ isort >= 5.1.0
# Add environment to use the default python3 installation
[testenv:py3]
@@ -55,7 +55,7 @@ basepython = python3
usedevelop = false
deps = isort
changedir = {toxinidir}
-commands = isort --recursive --check-only --diff django tests scripts
+commands = isort --check-only --diff django tests scripts
[testenv:javascript]
usedevelop = false