From c02b61df0e74cf005190903a6a3ce2ff97900005 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:58:15 +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.14.0 → v0.15.0](https://github.com/google/yamlfmt/compare/v0.14.0...v0.15.0) - [github.com/gitleaks/gitleaks: v8.22.1 → v8.23.0](https://github.com/gitleaks/gitleaks/compare/v8.22.1...v8.23.0) --- .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 298ccaf..3fb8367 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: actionlint # Yamlfmt for formatting YAML files - repo: https://github.com/google/yamlfmt - rev: "v0.14.0" + rev: "v0.15.0" hooks: - id: yamlfmt # Codespell for detecting common misspellings in code @@ -69,7 +69,7 @@ repos: - id: codespell # Gitleaks for detecting secrets in Git repositories - repo: https://github.com/gitleaks/gitleaks - rev: "v8.22.1" + rev: "v8.23.0" hooks: - id: gitleaks # Talisman for pre-commit Git hooks to detect sensitive files