From 0bd6df7f0542836169452101ffb41baf74a50181 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 18:47:25 +0000 Subject: [PATCH] ci: Autoupdate pre-commit 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.9 → v0.15.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...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 904d067..9063673 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: name-tests-test - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.13 hooks: - id: ruff-check args: [--fix] @@ -29,7 +29,7 @@ repos: - id: gitleaks - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.9 + rev: v4.16.2 hooks: - id: commitizen stages: [commit-msg]