Remove all refs to python2
[releng/global-jjb.git] / .pre-commit-config.yaml
index 0b2f4a4..89484cc 100644 (file)
@@ -9,6 +9,7 @@ repos:
     rev: v2.1.2
     hooks:
       - id: prettier
+        stages: [commit]
 
   - repo: https://github.com/jorisroovers/gitlint
     rev: v0.13.1
@@ -16,10 +17,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