From 3080154b675d51fd3a1d76f62f52ab435fcc2565 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 6 Jun 2020 10:00:27 -0400 Subject: [PATCH] Update pre-commit hooks 2020-06 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 Change-Id: Ibf5e945a2bb6324c73ea5b2d7a683bc0f926384b --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a43c26..d0d5be7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 -- 2.16.6