mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
[5.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.
Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main
This commit is contained in:
parent
143068e0de
commit
347b40141b
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
- run: python -m pip install isort
|
- run: python -m pip install "isort<6"
|
||||||
- name: isort
|
- name: isort
|
||||||
# Pinned to v3.0.0.
|
# Pinned to v3.0.0.
|
||||||
uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
|
uses: liskin/gh-problem-matcher-wrap@e7b7beaaafa52524748b31a381160759d68d61fb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user