summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornessita <124304+nessita@users.noreply.github.com>2025-01-28 22:17:40 -0300
committerGitHub <noreply@github.com>2025-01-28 22:17:40 -0300
commit0671a461c44ba4cf97e84b6c88413bed332df314 (patch)
tree803cbc01216eb21573ee546939e7f49fc71a0001
parent8a6b4175d790424312965ec77e4e9b072fba188b (diff)
Pinned isort version to "<6.0.0" to avoid undesired reformat.
-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