From 02342a430738b6f603221150f0628823e72be933 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:10:49 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.20 → v0.15.21](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21) --- .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 95e577f..a32c1f4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-toml - id: requirements-txt-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: # Run the linter. - id: ruff-check From c456a04a05ed128a4e7c3931e0f009bba15eec14 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 13 Jul 2026 20:23:38 +0300 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Xianpeng Shen --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a32c1f4..0ce54b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ ci: autofix_prs: true + autofix_commit_msg: 'chore: pre-commit autoupdate' repos: - repo: https://github.com/pre-commit/pre-commit-hooks From 433ae8ce827597c4a40f10436d9e6b0a96d78c4d Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 13 Jul 2026 20:27:06 +0300 Subject: [PATCH 3/3] chore: Update pre-commit config commit messages --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0ce54b4..2abbb3b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ ci: autofix_prs: true - autofix_commit_msg: 'chore: pre-commit autoupdate' + autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks' + autoupdate_commit_ms: 'chore: pre-commit autoupdate' repos: - repo: https://github.com/pre-commit/pre-commit-hooks