1
0
mirror of https://github.com/django/django.git synced 2025-06-04 02:59:13 +00:00

[4.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.

Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main.
This commit is contained in:
nessita 2025-01-28 22:17:40 -03:00 committed by Natalia
parent 318c16d2b8
commit d5db532077

View File

@ -45,7 +45,7 @@ jobs:
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.11' python-version: '3.11'
- run: python -m pip install isort - run: python -m pip install "isort<6"
- name: isort - name: isort
# Pinned to v2.0.0. # Pinned to v2.0.0.
uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2 uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2