From 0e25c66e28841f820e8c47bcd6a6db3f5a63c651 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:01:39 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.8 --- .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 353f9017..d32c491c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: autoupdate_commit_msg: "chore: auto update by pre-commit hooks" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.13 + rev: v0.15.8 hooks: - id: ruff-check args: [--fix] From 5357cfa03efb985621803e0da63109bcbf87e910 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Wed, 1 Apr 2026 11:12:27 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9?= =?UTF-8?q?=E5=BC=82=E6=AD=A5=E5=87=BD=E6=95=B0=E4=B8=AD=E9=98=BB=E5=A1=9E?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E6=96=B9=E6=B3=95=E7=9A=84=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6d11d23a..6746fff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,6 +81,7 @@ ignore = [ "RUF002", # ambiguous-unicode-character-docstring "RUF003", # ambiguous-unicode-character-comment "ASYNC230", # blocking-open-call-in-async-function + "ASYNC240", # blocking-path-method-in-async-function ] [tool.ruff.lint.isort]