From 3ccddf7233fb864a15a056a541c6309f278091ab Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 6 Jun 2020 09:37:13 -0400 Subject: [PATCH] Update pre-commit hooks 2020-06 It's been awhile since we last bumped these so let's catch up with the world. Signed-off-by: Thanh Ha Change-Id: I3567df53ccbf7c78b8de8145bee4008fe785590a --- .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 6a43c262..d0d5be76 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