From ee6162b0576827c188908b25080e9e6d3575edd9 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 19 Oct 2022 12:04:35 -0500 Subject: [PATCH] chore: Update pre-commit --- .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 038f8145c..c35b43fc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,12 +15,12 @@ repos: - id: detect-private-key stages: [commit] - repo: https://github.com/crate-ci/typos - rev: v1.4.1 + rev: v1.12.10 hooks: - id: typos stages: [commit] - repo: https://github.com/crate-ci/committed - rev: v1.0.1 + rev: v1.0.5 hooks: - id: committed stages: [commit-msg]