From 0cfc836a818e5e4d0a144994347572b902f33212 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Mon, 25 Oct 2021 22:44:25 +1000 Subject: [PATCH] Chore: pre-commit update dependencies Change-Id: If6795314cce1c6d42657f05940c71bc591b036c9 Signed-off-by: Anil Belur --- .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 aa104f07c5..19071f7c91 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: stages: [commit] - repo: https://github.com/jorisroovers/gitlint - rev: v0.15.1 + rev: v0.16.0 hooks: - id: gitlint stages: [commit-msg] -- 2.36.6