From 566435f6aa05f36336a56ec5819f658292fe30d4 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 18 Feb 2021 11:59:18 +1000 Subject: [PATCH] Update shellcheck pre-commit hook to 2.1.5 With 2.1.5 release the workaround added in d7d264e733e5 is no longer required. Change-Id: I7e890d03844a2fb47159ad471f166310290fbf9f 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 489c2b1..e3ebf2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,6 @@ repos: - id: gitlint - repo: https://github.com/jumanjihouse/pre-commit-hooks - rev: 2.1.4 + rev: 2.1.5 hooks: - id: shellcheck - additional_dependencies: [] -- 2.16.6