From df1bf3a8fb6ad0f2f6b131e9d830223cf41636b1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:53:10 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20update=20pre-commit=20CI?= =?UTF-8?q?=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/jolars/panache-pre-commit: v3.0.2 → v3.3.0](https://github.com/jolars/panache-pre-commit/compare/v3.0.2...v3.3.0) - [github.com/adhtruong/mirrors-typos: v1.48.0 → v1.49.0](https://github.com/adhtruong/mirrors-typos/compare/v1.48.0...v1.49.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 76e0311..9cd984a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: gitleaks - repo: https://github.com/jolars/panache-pre-commit - rev: v3.0.2 + rev: v3.3.0 hooks: - id: panache-format @@ -29,7 +29,7 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.48.0 + rev: v1.49.0 hooks: - id: typos args: [--config, .config/typos.toml, --force-exclude]