From ada646cf49f079cc4cd6ec763cc989c4b80354ed Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 19:45:37 +0000 Subject: [PATCH] chore(pre-commit-deps): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/renovatebot/pre-commit-hooks: 8e3b3a72fa0af07dda901080a8fa2f66bbec8754 → beb49d678f19bfacbb76b26c40cb871067dfd028](https://github.com/renovatebot/pre-commit-hooks/compare/8e3b3a72fa0af07dda901080a8fa2f66bbec8754...beb49d678f19bfacbb76b26c40cb871067dfd028) - [github.com/commitizen-tools/commitizen: 9f3ec868c0429155a46b4819b625d47a8522a3d5 → cf03c8d5731387979d33bb5ff7af5dd311237e39](https://github.com/commitizen-tools/commitizen/compare/9f3ec868c0429155a46b4819b625d47a8522a3d5...cf03c8d5731387979d33bb5ff7af5dd311237e39) --- .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 9ba7fd0c..c71660bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 8e3b3a72fa0af07dda901080a8fa2f66bbec8754 # frozen: 42.66.0 + rev: beb49d678f19bfacbb76b26c40cb871067dfd028 # frozen: 42.66.12 hooks: - id: renovate-config-validator - repo: https://github.com/python-jsonschema/check-jsonschema @@ -59,7 +59,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 9f3ec868c0429155a46b4819b625d47a8522a3d5 # frozen: v4.10.0 + rev: cf03c8d5731387979d33bb5ff7af5dd311237e39 # frozen: v4.11.0 hooks: - id: commitizen stages: [commit-msg]