From 5bf5be8d4070bef145d48857587d86e18df3950c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 6 Jun 2020 09:57:53 -0400 Subject: [PATCH] Update pre-commit hooks 2020-06 It's been awhile since we last updated pre-commit hooks so let's catch up with the world. Signed-off-by: Thanh Ha Change-Id: I3c6a29d6e2ad4baf74b53ee3476482803b41f3cf --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 43f166b..730f685 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.4.0 + rev: v3.1.0 hooks: - id: check-executables-have-shebangs - id: check-merge-conflict -- 2.16.6