From 078275964cce3b12a16882a5dbde6a8b92b96538 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 31 Dec 2025 19:26:24 +0000 Subject: [PATCH] chore: Update precommit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 356827a4..9da702af 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: check-added-large-files - repo: https://github.com/crate-ci/typos - rev: v1.40.0 + rev: v1.41.0 hooks: - id: typos - id: typos @@ -31,7 +31,7 @@ repos: stages: [commit-msg] - repo: https://github.com/crate-ci/committed - rev: v1.1.8 + rev: v1.1.9 hooks: - id: committed