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 /.github | |
| 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 '.github')
| -rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index c4d249551a..936f2f90e5 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -51,7 +51,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.14' - - run: python -m pip install "isort<6" + - run: python -m pip install isort - name: isort # Pinned to v3.0.0. uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb |
