From c263d8a8740bbc71985bafbc05f7be065f3c0a75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:36:18 +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.20 → v0.15.22](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.22) - [github.com/commitizen-tools/commitizen: v4.16.4 → v4.16.5](https://github.com/commitizen-tools/commitizen/compare/v4.16.4...v4.16.5) --- .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 f3009be..bd31e7b 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.20 + rev: v0.15.22 hooks: - id: ruff-check args: [--fix] @@ -29,7 +29,7 @@ repos: - id: gitleaks - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.4 + rev: v4.16.5 hooks: - id: commitizen stages: [commit-msg]