From f843672541067eec2d5882037153ec25b2cf3dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sat, 6 Apr 2024 06:52:43 +0200 Subject: [PATCH] chore: bumo commitlint-pre-commit-hook to v9.14.0 --- .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 2b9b1cf..9715e33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.11.0 + rev: v9.14.0 hooks: - id: commitlint stages: [commit-msg]