From 3ef612273cdb84d4a2a78588f4ed368da8dbe2fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:27:07 +0000 Subject: [PATCH] :arrow_up: dep-bump(pre-commit): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v4.12.0 → v4.13.9](https://github.com/commitizen-tools/commitizen/compare/v4.12.0...v4.13.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) --- .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 e22f9340..8ccffabe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/commitizen-tools/commitizen - rev: v4.12.0 + rev: v4.13.9 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] @@ -65,7 +65,7 @@ repos: # additional_dependencies: [black] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Run codespell to check for common misspellings in files