Merge "Update pre-commit hooks 2020-06"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Sat, 6 Jun 2020 14:24:11 +0000 (14:24 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Sat, 6 Jun 2020 14:24:11 +0000 (14:24 +0000)
.pre-commit-config.yaml

index 6a43c26..d0d5be7 100644 (file)
@@ -1,21 +1,21 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.4.0
+    rev: v3.1.0
     hooks:
       - id: trailing-whitespace
 
   - repo: https://github.com/prettier/prettier
-    rev: 1.19.1
+    rev: 2.0.5
     hooks:
       - id: prettier
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.12.0
+    rev: v0.13.1
     hooks:
       - id: gitlint
 
   - repo: https://github.com/jumanjihouse/pre-commit-hooks
-    rev: 1.11.2
+    rev: 2.1.1
     hooks:
       - id: shellcheck