From 3955ccdd48686af2bb11a3bbadc325c0ef383f87 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:11:45 +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 cd1a11b..0f16ef6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: run: | set -euo pipefail python -m pip install --upgrade pip - python -m pip install -e . numpy pandas pandas_market_calendars pytz pytest pytest-cov ruff + python -m pip install -e . numpy pandas pandas_market_calendars pytz pytest pytest-cov ruff==0.15.22 python -m pip install --no-deps -e external/QuantPlatformKit - name: Run Ruff