From aa38038336f8ff6e0fc482c4edfbfc39cbf6aef9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:37:10 +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/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.0) - [github.com/commitizen-tools/commitizen: v4.16.3 → v4.16.4](https://github.com/commitizen-tools/commitizen/compare/v4.16.3...v4.16.4) --- .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 dc6f4db..0894a51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: trailing-whitespace - id: detect-private-key - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: [--fix] @@ -40,7 +40,7 @@ repos: - id: typos args: ["--force-exclude"] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.3 + rev: v4.16.4 hooks: - id: commitizen - repo: https://github.com/jorisroovers/gitlint