From 4970a9661c1a13dab44c9c741b3ee89a9e19fcda Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:05:13 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/google/yamlfmt: v0.20.0 → v0.21.0](https://github.com/google/yamlfmt/compare/v0.20.0...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 8f6a277..992d792 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: types: [shell] # Yamlfmt for formatting YAML files - repo: https://github.com/google/yamlfmt - rev: "v0.20.0" + rev: "v0.21.0" hooks: - id: yamlfmt # Codespell for detecting common misspellings in code