From ee4670cc12054b6a6967bbea2fc92e9aec606068 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Aug 2026 19:13:19 +0000 Subject: [PATCH] chore(deps): update pre-commit hook markdownlint/markdownlint to v0.18.1 (#325) --- .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 32aa407..b278c6d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - --allow-multiple-documents - id: check-added-large-files - repo: https://github.com/markdownlint/markdownlint - rev: v0.18.0 + rev: v0.18.1 hooks: - id: markdownlint - repo: https://gitlab.com/devopshq/gitlab-ci-linter