summaryrefslogtreecommitdiff
path: root/.github
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:02 -0400
commitd980d68609448a4c85763fa34e471ff80540888b (patch)
treeda92a33947e3e96d9cac43ab9d98c621c0d8be54 /.github
parente244d8bbb743eec413eb241139b6345885db39d9 (diff)
Bumped minimum isort version to 7.0.0.
Added ignores relating to https://github.com/PyCQA/isort/issues/2352.
Diffstat (limited to '.github')
-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