Add workaround for pre-commit 2.10.0
[releng/global-jjb.git] / .pre-commit-config.yaml
index 3b8d1f1..0b2f4a4 100644 (file)
@@ -16,9 +16,10 @@ repos:
       - id: gitlint
 
   - repo: https://github.com/jumanjihouse/pre-commit-hooks
-    rev: 2.1.1
+    rev: 2.1.4
     hooks:
       - id: shellcheck
+        additional_dependencies: []
 
   - repo: https://github.com/btford/write-good
     rev: v1.0.4