From ae9f19d3850542fe99fc19d7a9e6f916116a83ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 01:40:42 +0000 Subject: [PATCH] Update pre-commit hook igorshubovych/markdownlint-cli to v0.44.0 --- .pre-commit-config.yaml | 2 +- template/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 634e4c0..51bef62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index d1f653c..9f98df6 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: ruff-format - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.44.0 hooks: - id: markdownlint args: [ "--ignore", "book/**/*.md" ]