From d5db532077fd4326d2908c257914ea2c4d27c6f1 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] [4.2.x] Pinned isort version to "<6.0.0" to avoid undesired reformat. Backport of 0671a461c44ba4cf97e84b6c88413bed332df314 from main. --- .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 8f95264b9e..197b962889 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -45,7 +45,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.11' - - run: python -m pip install isort + - run: python -m pip install "isort<6" - name: isort # Pinned to v2.0.0. uses: liskin/gh-problem-matcher-wrap@d8afa2cfb66dd3f982b1950429e652bc14d0d7d2