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-07-30 10:58:59 +0200
commite74b3d724e5ddfef96d1d66bd1c58e7aae26fc85 (patch)
treee478c6d04bbd8b8e1059d67e4e34e61a7666cc58 /tox.ini
parent1173db4a16bb2938ba62a6cd50372a76a7f9e05f (diff)
downloaddjango-e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85.tar.gz
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
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