From 1b38869c0c241ab7632c48e59fd0bbbe93ce568e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:48:12 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.6 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.6...v0.15.13) - [github.com/commitizen-tools/commitizen: v4.13.9 → v4.16.2](https://github.com/commitizen-tools/commitizen/compare/v4.13.9...v4.16.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 c2418b5..f7c932c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: # Ruff - for linting and formatting - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.6 + rev: v0.15.13 hooks: # Run the linter. - id: ruff-check @@ -49,7 +49,7 @@ repos: # To install these hooks, you also need to run # >>> pre-commit install --hook-type pre-commit --hook-type commit-msg --hook-type pre-push - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 + rev: v4.16.2 hooks: - id: commitizen stages: [commit-msg]