From 08fd2d4ebe7f06b497c598599c6e40b201b887aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 18:40:42 +0000 Subject: [PATCH] chore(pre-commit): run 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.1](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.1) - [github.com/commitizen-tools/commitizen: v4.16.3 → v4.17.0](https://github.com/commitizen-tools/commitizen/compare/v4.16.3...v4.17.0) --- .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 00835be..fec6177 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: files: \.sh$ - id: detect-private-key - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint args: [--fix] @@ -50,7 +50,7 @@ repos: - id: typos args: ["--force-exclude"] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.3 + rev: v4.17.0 hooks: - id: commitizen - repo: https://github.com/jorisroovers/gitlint