From 4505d96ac5bb14edaaea78f0ef8f842f8fa35fa2 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 15 Jan 2026 13:39:18 +0100 Subject: [PATCH] refactor: :arrow_up: update pre-commit hook versions --- template/.pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index c4ec5fe..41312fb 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/gitleaks/gitleaks - rev: v8.28.0 + rev: v8.30.0 hooks: - id: gitleaks @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.9.1 + rev: v4.11.2 hooks: - id: commitizen @@ -25,6 +25,6 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.36.2 + rev: v1.42.0 hooks: - id: typos