From 733f139d160bd62013d030ad531cdbc1d6e7a12d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:08:43 +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.16.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.16.3) - [github.com/commitizen-tools/commitizen: v4.16.4 → v4.17.1](https://github.com/commitizen-tools/commitizen/compare/v4.16.4...v4.17.1) --- .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..4c2060c 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.16.3 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.17.1 hooks: - id: commitizen stages: [commit-msg]