From 5c919989ea0736545240cb40b33c3f8e3f36e3c3 Mon Sep 17 00:00:00 2001 From: jo Date: Thu, 24 Nov 2022 02:45:01 +0100 Subject: [PATCH] chore: add shell pre-commit hooks --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c8eeef468..583b76ed1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -57,3 +57,8 @@ repos: hooks: - id: codespell additional_dependencies: [tomli] + + - repo: https://github.com/shellcheck-py/shellcheck-py + rev: v0.8.0.4 + hooks: + - id: shellcheck