From a0e70449046c1badfcc20e94ca9cc138b9e4163d Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Tue, 26 Sep 2023 14:43:42 +0200 Subject: [PATCH] Update pre-commit hook --- .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 75215081..5e79912f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: stages: - commit-msg - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.9.2 + rev: v0.10.0 hooks: - id: markdownlint-cli2 - repo: https://github.com/shellcheck-py/shellcheck-py