We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
check-useless-excludes
1 parent e4fc7f3 commit be32129Copy full SHA for be32129
1 file changed
.pre-commit-config.yaml
@@ -17,6 +17,9 @@ repos:
17
- id: check-hooks-apply
18
name: run check-hooks-apply
19
description: check hooks apply to the repository
20
+ - id: check-useless-excludes
21
+ name: run check-useless-excludes
22
+ description: clean up unnecessary exclusion patterns
23
- repo: local
24
hooks:
25
- id: prettier
0 commit comments