From b88db14cf41d5031c5e963e8cf88f753615c95ea 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:54 +0000 Subject: [PATCH 1/4] [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 590761e..14db19a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: '^\.yarn/releases/yarn.*js' args: ["--fix=lf"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: # Run the python linter. - id: ruff-check From 93bc0d9c24013ba659dcb6663d98fd521b319bee Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Mon, 13 Jul 2026 20:30:53 +0300 Subject: [PATCH 2/4] chore: Add CI configuration for pre-commit hooks Adding pre-commit configuration so that the next bump commit message will fit the conventional commit and not need to manually change the PR title anymore. See https://pre-commit.ci/#configuration for details. --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 14db19a..e17cf5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,8 @@ +ci: + autofix_prs: true + 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 rev: v6.0.0 From f159263e093b9d05d482d46683a683d1bda61aa6 Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Mon, 13 Jul 2026 14:16:00 -0700 Subject: [PATCH 3/4] re-trigger PR title check automatically --- .github/workflows/pre-commit-hooks.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index afbc70a..082d854 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -4,6 +4,11 @@ on: push: branches: [main] pull_request: + types: + - opened + - reopened + - synchronize + - edited # for PR title changes branches: [main] permissions: {} From e7ac93f5db2e66808d4808f7f73f18a58649ff6a 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 21:16:13 +0000 Subject: [PATCH 4/4] chore: auto fixes from pre-commit.com hooks --- .github/workflows/pre-commit-hooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-hooks.yml b/.github/workflows/pre-commit-hooks.yml index 082d854..91bc721 100644 --- a/.github/workflows/pre-commit-hooks.yml +++ b/.github/workflows/pre-commit-hooks.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - types: + types: - opened - reopened - synchronize