From 72b1f37459f1724eda2b077ad93a5b87bb723413 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:05:35 +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.5.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v6.0.0) - [github.com/crate-ci/typos: v1.18.2 → v1](https://github.com/crate-ci/typos/compare/v1.18.2...v1) - [github.com/zricethezav/gitleaks: v8.18.2 → v8.28.0](https://github.com/zricethezav/gitleaks/compare/v8.18.2...v8.28.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57f6b60..53e87e9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,18 +1,18 @@ exclude: \.svg$ -default_stages: [commit] +default_stages: [pre-commit] default_language_version: python: python3.11 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: mixed-line-ending # Spell Checker - repo: https://github.com/crate-ci/typos - rev: v1.18.2 + rev: v1 hooks: - id: typos args: [] @@ -23,7 +23,7 @@ repos: - id: gitlint # Detect hardcoded secrets - repo: https://github.com/zricethezav/gitleaks - rev: v8.18.2 + rev: v8.28.0 hooks: - id: gitleaks