mirror of
https://github.com/django/django.git
synced 2025-04-08 15:36:47 +00:00
Pinned isort version to "<6.0.0" to avoid undesired reformat.
This commit is contained in:
parent
8a6b4175d7
commit
0671a461c4
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- run: python -m pip install isort
|
||||
- run: python -m pip install "isort<6"
|
||||
- name: isort
|
||||
# Pinned to v3.0.0.
|
||||
uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
|
||||
|
Loading…
x
Reference in New Issue
Block a user