mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Bumped minimum isort version to 5.1.0.
Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
This commit is contained in:
committed by
Mariusz Felisiak
parent
1173db4a16
commit
e74b3d724e
4
tox.ini
4
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
|
||||
|
||||
Reference in New Issue
Block a user