From affa1a4b8753ed401e3fbce3450f6de7a05bcf00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 17:38:41 +0000 Subject: [PATCH] ci(pre-commit): :construction_worker: update pre-commit CI version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v4.11.1 → v4.11.2](https://github.com/commitizen-tools/commitizen/compare/v4.11.1...v4.11.2) - [github.com/adhtruong/mirrors-typos: v1.41.0 → v1.42.0](https://github.com/adhtruong/mirrors-typos/compare/v1.41.0...v1.42.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 c7c3d6a..41312fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.1 + rev: v4.11.2 hooks: - id: commitizen @@ -25,6 +25,6 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.41.0 + rev: v1.42.0 hooks: - id: typos