From fa90eeac9e6e4e3886d79af5ab5ebd99b7829d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 06:16:10 +0000 Subject: [PATCH 1/2] chore(deps): update pre-commit hook google/yamlfmt to v0.21.0 --- .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 c672af1..ac79e0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: hooks: - id: prettier - repo: https://github.com/google/yamlfmt - rev: v0.14.0 + rev: v0.21.0 hooks: - id: yamlfmt exclude: | From 55299bd5fada5c317ffc75f6cd6e464406fa7fc0 Mon Sep 17 00:00:00 2001 From: wep21 Date: Tue, 17 Feb 2026 15:22:18 +0900 Subject: [PATCH 2/2] yamlfmt Signed-off-by: wep21 --- .github/workflows/tag.yaml | 1 - .pre-commit-config.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index d99d56d..5a15f77 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -3,7 +3,6 @@ # This is easier than having to run manual `git` operations on a local clone. # It also runs on a schedule so we don't leave commits unreleased indefinitely # (avoiding users having to ping "hey could someone cut a release"). - name: Tag a Release on: # Allow devs to tag manually through the GitHub UI. diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac79e0c..882e0a8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,6 @@ # See CONTRIBUTING.md for instructions. # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks - # Commitizen runs in commit-msg stage # but we don't want to run the other hooks on commit messages default_stages: [pre-commit]