Skip to content

Commit fc10555

Browse files
AlexWaygoodGlyphack
authored andcommitted
Add some 'meta hooks' to our pre-commit config (python#110587)
1 parent a89e045 commit fc10555

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ repos:
3030
args: [--enable=default-role]
3131
files: ^Doc/|^Misc/NEWS.d/next/
3232
types: [rst]
33+
34+
- repo: meta
35+
hooks:
36+
- id: check-hooks-apply
37+
- id: check-useless-excludes

0 commit comments

Comments
 (0)