From 9777be3c0925fa9d67843be9ffe6f1d4f9729624 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 1 Apr 2023 01:23:35 -0500 Subject: [PATCH] chore: Update pre-commit --- .pre-commit-config.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038f814..28abb8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,11 @@ +exclude: | + (?x)^( + tests/.*| + CHANGELOG.md + )$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v4.3.0 hooks: - id: check-yaml stages: [commit] @@ -15,12 +20,12 @@ repos: - id: detect-private-key stages: [commit] - repo: https://github.com/crate-ci/typos - rev: v1.4.1 + rev: v1.11.1 hooks: - id: typos stages: [commit] - repo: https://github.com/crate-ci/committed - rev: v1.0.1 + rev: v1.0.4 hooks: - id: committed stages: [commit-msg]