From 2af5a0406302020c2b3e76fa84b7d3123a251237 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sat, 6 Jun 2020 09:52:04 -0400 Subject: [PATCH] Update pre-commit hooks 2020-06 It's been awhile since we updated pre-commit hook versions so let's catch up with the world. Signed-off-by: Thanh Ha Change-Id: I19d99ad86e8f60478af8daae2acfe19911b254ca --- .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 b02fc899..0b66ee03 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.2.3 + rev: v3.1.0 hooks: - id: trailing-whitespace -- 2.16.6