From 71813425bd8e493b074a8f8f096101571d39b2fc Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Tue, 14 Jun 2022 07:46:12 +0200 Subject: [PATCH] fix(pre-commit): Recover shellcheck (#1193) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bda9830ca1..6adc8cc3ac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: pretty-format-json args: ['--autofix'] - # - repo: https://github.com/koalaman/shellcheck-precommit - # rev: v0.8.0 - # hooks: - # - id: shellcheck + - repo: https://github.com/koalaman/shellcheck-precommit + rev: v0.8.0 + hooks: + - id: shellcheck