mirror of
https://github.com/django/django.git
synced 2025-05-05 06:27:31 +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
|
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