summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2025-01-28 22:17:40 -0300
committerNatalia <124304+nessita@users.noreply.github.com>2025-04-23 08:54:10 -0300
commit3215e2a232c7afebd09c7adfc5d972e71512c4d2 (patch)
treea76af87f78ae1087ed77329b9d73c01831eca06e
parentaf6d305fc7ac375c9a273b49c8038e5e9030830b (diff)
[5.1.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.
Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main.
-rw-r--r--.github/workflows/linters.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml
index 4f24db61f0..019f847541 100644
--- a/.github/workflows/linters.yml
+++ b/.github/workflows/linters.yml
@@ -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