From 1f3d056593cd8ab2070dbfc553833828121c0513 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 5 Oct 2024 00:09:03 +0000 Subject: [PATCH] ci(pre-commit): autoupdate Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 e6c3aba177d..4025f51178d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint args: [-c, .markdownlint.yaml, --fix]