summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2025-01-28 22:17:40 -0300
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-03-19 21:14:20 +0100
commit347b40141bd1b20df4fffcd1de6977ba48b44d30 (patch)
treee093c23f33999532f34ed7f3979ea2dff934c241 /.github
parent143068e0de9f00b5d82fa33c173b565d231404f5 (diff)
[5.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat.
Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main
Diffstat (limited to '.github')
-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 7c64dc98ff..d89085b4a7 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