Update shellcheck pre-commit hook to 2.1.5 09/66809/1 v0.7.5
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Feb 2021 01:59:18 +0000 (11:59 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Feb 2021 02:04:43 +0000 (12:04 +1000)
With 2.1.5 release the workaround added in
d7d264e733e5 is no longer required.

Change-Id: I7e890d03844a2fb47159ad471f166310290fbf9f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.pre-commit-config.yaml

index 489c2b1..e3ebf2f 100644 (file)
@@ -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: []