From 7f8ed82192e484ff0adae7707b49bebd370aa0fa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 1 Jun 2026 20:14:48 +0000 Subject: [PATCH] chore(deps): update pre-commit hook markdownlint/markdownlint to v0.16.0 (#238) --- .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 a3f8744..54d6480 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.15.0 + rev: v0.16.0 hooks: - id: markdownlint - repo: https://gitlab.com/devopshq/gitlab-ci-linter