From 752f5e170e721372ea0ee58d0d97d1d0eda320d6 Mon Sep 17 00:00:00 2001 From: Matthew Mellor Date: Sun, 8 Mar 2026 18:29:40 -0500 Subject: [PATCH] chore(standards): bump conventional-commits hook to v1.1.0 Co-Authored-By: Claude Opus 4.6 --- .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 de9c121..7af813b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: # --- Conventional Commits --- - repo: https://github.com/devrail-dev/pre-commit-conventional-commits - rev: v1.0.0 + rev: v1.1.0 hooks: - id: conventional-commits