From d7fb44c3fe2e8c56e97babf7a8221707da549c11 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Sun, 26 Jul 2026 15:27:53 +0800 Subject: [PATCH] ci: pin ruff to 0.15.22 Co-Authored-By: Codex --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2285e4ab..bacca65c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: | set -euo pipefail python3 -m pip install --upgrade pip - python3 -m pip install pytest ruff + python3 -m pip install pytest ruff==0.15.22 python3 -m pip check python3 -m ruff check . python3 -m pytest tests ops/quant-monitor/tests -q