Merge pull request #6596 from jbampton/add-hook-check-useless-excludes

pre-commit add official meta hook `check-useless-excludes`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-05-08 19:31:51 +09:00
committed by GitHub
+3
View File
@@ -15,6 +15,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