From 0671a461c44ba4cf97e84b6c88413bed332df314 Mon Sep 17 00:00:00 2001 From: nessita <124304+nessita@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:17:40 -0300 Subject: [PATCH] Pinned isort version to "<6.0.0" to avoid undesired reformat. --- .github/workflows/linters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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