diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 10:33:54 -0400 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-10-16 14:59:02 -0400 |
| commit | d980d68609448a4c85763fa34e471ff80540888b (patch) | |
| tree | da92a33947e3e96d9cac43ab9d98c621c0d8be54 /.github | |
| parent | e244d8bbb743eec413eb241139b6345885db39d9 (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.yml | 2 |
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 |
