From eb2415e3459abd8e3f3dbad90cddc1b03b14b92a Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 18 Feb 2021 12:06:33 +1000 Subject: [PATCH] Update pre-commit hook shellcheck to 2.1.5 The workaround with 4d088120467 is no longer required with the latest 2.1.5 release. Change-Id: Idf059bb7e184beb7c5ca9c5c5c97f5244ecbcec5 Signed-off-by: Anil Belur --- .pre-commit-config.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b2f4a4c..7141eeda 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,10 +16,9 @@ repos: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.4 + rev: 2.1.5 hooks: - id: shellcheck - additional_dependencies: [] - repo: https://github.com/btford/write-good rev: v1.0.4 -- 2.16.6