From b3c4cde8b5d1bfdb00d3ffa5f862815a000ef445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 May 2025 19:33:46 +0200 Subject: [PATCH] chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.45.0 (#5187) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: qwerty287 --- .markdownlint.yaml | 2 ++ .pre-commit-config.yaml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 647fdb4a8..8fe4138f8 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -139,3 +139,5 @@ MD046: MD048: # Code fence style style: 'backtick' + +MD059: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a76cd2381..1f1e63e07 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,10 +14,11 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.44.0 + rev: v0.45.0 hooks: - id: markdownlint exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$' + language_version: 22.15.1 - repo: https://github.com/mrtazz/checkmake rev: 0.2.2 hooks: