Update pre-commit hooks 2020-06 23/64223/1
authorThanh Ha <zxiiro@gmail.com>
Sat, 6 Jun 2020 14:00:27 +0000 (10:00 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 6 Jun 2020 14:00:27 +0000 (10:00 -0400)
It's been awhile since we last updated the pre-commit hooks so let's
catch up with the world.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: Ibf5e945a2bb6324c73ea5b2d7a683bc0f926384b

.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