Create odlparent-10.0.x
[releng/builder.git] / .pre-commit-config.yaml
index 0ac80e5a3d97484f12bfffac22553f32a51bf3da..734653f2dc41799d8d8be66e33344b7d1cbaaed0 100644 (file)
@@ -4,19 +4,19 @@ default_language_version:
   node: "14.13.0"
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.4.0
+    rev: v4.0.1
     hooks:
       - id: check-json
       - id: trailing-whitespace
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v2.2.1
+    rev: v2.4.1
     hooks:
       - id: prettier
         stages: [commit]
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.15.1
+    rev: v0.16.0
     hooks:
       - id: gitlint
         stages: [commit-msg]
@@ -33,7 +33,7 @@ repos:
           )$
 
   - repo: https://github.com/ambv/black
-    rev: 21.6b0
+    rev: 21.10b0
     hooks:
       - id: black
 
@@ -56,7 +56,7 @@ repos:
       - id: pydocstyle
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.26.1
+    rev: v1.26.3
     hooks:
       - id: yamllint