From 501375cf8d964dba878c716aad8bd78201f641a6 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Mon, 27 Jul 2026 12:09:54 +0200 Subject: [PATCH] CI: pin ruff ruff==0.16.0 (released Jul 23, 2026) emits a new wall of warnings --- .github/workflows/ruff.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index b8bb7af..97bb965 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -13,7 +13,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ruff + pip install "ruff<0.16" # Update output format to enable automatic inline annotations. - name: Run Ruff run: ruff check --output-format=github .