From 382b3225e9d8828761fd8aa35360837efaad5b81 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:01:32 +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/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.2](https://github.com/python-jsonschema/check-jsonschema/compare/0.32.1...0.33.2) - [github.com/google/yamlfmt: v0.16.0 → v0.17.2](https://github.com/google/yamlfmt/compare/v0.16.0...v0.17.2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 232c1b3..71c3e2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: mixed-line-ending exclude: '.*\.diff$' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.32.1 + rev: 0.33.2 hooks: - id: check-github-actions - repo: https://github.com/pecigonzalo/pre-commit-shfmt @@ -19,7 +19,7 @@ repos: hooks: - id: shell-fmt-go - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.17.2 hooks: - id: yamlfmt ci: