From be3212906a64d0a443aa258359933291292ab135 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 29 Jul 2025 13:18:38 +1000 Subject: [PATCH] pre-commit add official meta hook `check-useless-excludes` --- .pre-commit-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 83ade4960..d9b56f704 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,6 +17,9 @@ repos: - id: check-hooks-apply name: run check-hooks-apply description: check hooks apply to the repository + - id: check-useless-excludes + name: run check-useless-excludes + description: clean up unnecessary exclusion patterns - repo: local hooks: - id: prettier