diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 10:33:54 -0400 |
|---|---|---|
| committer | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-24 16:08:08 -0300 |
| commit | 490e49556449edc6d566017342c62473ca2a309b (patch) | |
| tree | 05ecc0231f7e808a5e706a42084db826d440a264 /tox.ini | |
| parent | 2bc009bfae88c062c2cf0f730a91e99ea66bf4ed (diff) | |
[5.2.x] Bumped minimum isort version to 7.0.0.
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
Backport of d980d68609448a4c85763fa34e471ff80540888b from main.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ commands = [testenv:isort] basepython = python3 usedevelop = false -deps = isort >= 5.1.0 +deps = isort >= 7.0.0 changedir = {toxinidir} commands = isort --check-only --diff django tests scripts |
