Fix OPNFV wiki APEX dead link
[docs.git] / .pre-commit-config.yaml
index 264697c2226cd9880af128949774f452fe5cb21a..2ec0de7f6746302a252763df3f1bd0d78adec47a 100644 (file)
@@ -1,18 +1,20 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.0.1
+    rev: v4.4.0
     hooks:
       - id: trailing-whitespace
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.15.1
+    rev: v0.19.1
     hooks:
       - id: gitlint
         stages: [commit-msg]
+      - id: gitlint-ci
+        stages: [manual]
 
   - repo: https://github.com/Lucas-C/pre-commit-hooks
-    rev: v1.1.10
+    rev: v1.5.1
     hooks:
       - id: remove-tabs
         stages: [commit]