From 97bd9d5fa88aa9c128c5364d4c6bb05ca3db13f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 22:36:14 +0300 Subject: [PATCH] =?UTF-8?q?feat(github-release):=20update=20igorshubovych/?= =?UTF-8?q?markdownlint-cli=20(v0.44.0=20=E2=86=92=20v0.45.0)=20(#32)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a7e795b..baaefb1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--autofix, --no-sort-keys] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.45.0 hooks: - id: markdownlint args: [-c, .markdownlint.json, --fix]