From: Anil Belur Date: Thu, 18 Feb 2021 02:06:33 +0000 (+1000) Subject: Update pre-commit hook shellcheck to 2.1.5 X-Git-Tag: v0.61.0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fv0.61.0;p=releng%2Fglobal-jjb.git 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 --- 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