From 074167b2a09f6384cc90b3a83e0cd50869277861 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:38:01 +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.19.0 → v0.20.0](https://github.com/google/yamlfmt/compare/v0.19.0...v0.20.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 2229e11..c9878cd 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.19.0" + rev: "v0.20.0" hooks: - id: yamlfmt # Codespell for detecting common misspellings in code