From f130a1fcd7467b02df25111a6df4b0ab35ee0fd1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:50:56 +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/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/zricethezav/gitleaks: v8.30.1 → v8.30.0](https://github.com/zricethezav/gitleaks/compare/v8.30.1...v8.30.0) - [github.com/renovatebot/pre-commit-hooks: 40.62.1 → 43.141.2](https://github.com/renovatebot/pre-commit-hooks/compare/40.62.1...43.141.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4961d3062..0b4ff8b6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: exclude: testdata/|generated|devcontainer\.json repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-added-large-files @@ -42,7 +42,7 @@ repos: # - id: forbid-crlf # - id: remove-crlf - repo: https://github.com/zricethezav/gitleaks - rev: v8.30.1 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/Bahjat/pre-commit-golang @@ -67,7 +67,7 @@ repos: args: ["--allow-parallel-runners", "--config=.golangci.yml"] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 40.62.1 + rev: 43.141.2 hooks: - id: renovate-config-validator - repo: https://github.com/pre-commit-ci/pre-commit-ci-config