From fd9ae83d07e2bdec79b538f8e96922a3fa31cd8a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:01:49 +0000 Subject: [PATCH] chore(deps): Bump pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/editorconfig-checker/editorconfig-checker: v3.4.1 → v3.6.0](https://github.com/editorconfig-checker/editorconfig-checker/compare/v3.4.1...v3.6.0) - [github.com/gitleaks/gitleaks: v8.28.0 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.28.0...v8.30.0) - [github.com/adhtruong/mirrors-typos: v1.39.0 → v1.40.0](https://github.com/adhtruong/mirrors-typos/compare/v1.39.0...v1.40.0) --- .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 1dd54dd..33bc8e5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,17 +29,17 @@ repos: - id: shellcheck name: Check shell scripts - repo: https://github.com/editorconfig-checker/editorconfig-checker - rev: v3.4.1 + rev: v3.6.0 hooks: - id: editorconfig-checker name: Check EditorConfig rules - repo: https://github.com/gitleaks/gitleaks - rev: v8.28.0 + rev: v8.30.0 hooks: - id: gitleaks name: Detect hardcoded secrets - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.39.0 + rev: v1.40.0 hooks: - id: typos name: Detect spelling typos