Update pre-commit hook shellcheck to 2.1.5 10/66810/1 v0.61.0
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Feb 2021 02:06:33 +0000 (12:06 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Feb 2021 02:06:33 +0000 (12:06 +1000)
The workaround with 4d088120467 is no longer
required with the latest 2.1.5 release.

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

index 0b2f4a4..7141eed 100644 (file)
@@ -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