From 4f70c7821e3e2c24910ca9520940ad598c6d92ab Mon Sep 17 00:00:00 2001 From: Zihao Xue Date: Thu, 14 May 2026 09:48:15 -0700 Subject: [PATCH] fix: ruff check pre-commit fails due to Cause: Failed to parse pyproject.toml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1f091bf..676bf4c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.15.13 hooks: - id: ruff-check args: [--fix]