Upgrade pre-commit hooks version to the latest 31/62831/2
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 16 Jan 2020 02:18:55 +0000 (12:18 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 16 Jan 2020 08:07:57 +0000 (18:07 +1000)
Change-Id: I10dade2daa3b0379ff402875c1333d9457dd22c2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.pre-commit-config.yaml

index a496135..23ef3e5 100644 (file)
@@ -1,11 +1,11 @@
 ---
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.2.1
+    rev: v2.4.0
     hooks:
       - id: trailing-whitespace
 
   - repo: https://github.com/prettier/prettier
-    rev: 1.18.2
+    rev: 1.19.1
     hooks:
       - id: prettier