summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-10-16 10:33:54 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2025-10-16 14:59:48 -0400
commit887e8972874aef14d019aedf5683d13580f98d37 (patch)
treed8ffcfdd8f79857bd3c0d7b8c941848c22f80de2 /.github/workflows
parent2cc90728defa891332fe3894b6a8fd7c56bcd7c3 (diff)
[6.0.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/workflows')
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 52f78ab5d6..9a70cb03b7 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -45,7 +45,7 @@ jobs:
uses: actions/setup-python@v6
with:
python-version: '3.13'
- - 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