From 89072a7c45534856a94a1c3ccc7995cdaa65357c Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 21:27:38 +0200 Subject: [PATCH] refactor: :pushpin: update pre-commit versions --- template/.pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 9171acc..a7df6c6 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: gitleaks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -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.34.0 + rev: v1.35.5 hooks: - id: typos