From a96d395cd964c4f1fc1904baa57336a204c2ab3d Mon Sep 17 00:00:00 2001 From: Uwe Klotz Date: Fri, 18 Feb 2022 11:34:39 +0100 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 70f61b8b..4b29225b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: markdownlint-cli2 exclude: ^LICENSE\.md$ - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.8.0.3 + rev: v0.8.0.4 hooks: - id: shellcheck - repo: https://github.com/codespell-project/codespell