From 68db1c4167a46caa492c441f992a372a35378feb 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:44:55 +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: v4.2.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v6.0.0) - [github.com/jorisroovers/gitlint: v0.17.0 → v0.19.1](https://github.com/jorisroovers/gitlint/compare/v0.17.0...v0.19.1) - [github.com/codespell-project/codespell: v2.1.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.4.1) - [github.com/Yelp/detect-secrets: v1.2.0 → v1.5.0](https://github.com/Yelp/detect-secrets/compare/v1.2.0...v1.5.0) - [github.com/zricethezav/gitleaks: v8.8.6 → v8.30.0](https://github.com/zricethezav/gitleaks/compare/v8.8.6...v8.30.0) - [github.com/igorshubovych/markdownlint-cli: v0.31.1 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.31.1...v0.47.0) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30e1dc4..037a99d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ -default_stages: [commit] +default_stages: [pre-commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: check-added-large-files @@ -17,7 +17,7 @@ repos: - id: mixed-line-ending args: ['--fix=no'] - repo: https://github.com/jorisroovers/gitlint - rev: v0.17.0 + rev: v0.19.1 hooks: - id: gitlint args: @@ -27,21 +27,21 @@ repos: '--msg-filename', ] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.4.1 hooks: - id: codespell exclude: '^go.sum' - repo: https://github.com/Yelp/detect-secrets - rev: v1.2.0 + rev: v1.5.0 hooks: - id: detect-secrets exclude: '.*_test.go$|README.md' - repo: https://github.com/zricethezav/gitleaks - rev: v8.8.6 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.31.1 + rev: v0.47.0 hooks: - id: markdownlint ci: