Skip to content

Commit d5ec77f

Browse files
authored
Add some 'meta hooks' to our pre-commit config (python#110587)
1 parent 7426ed0 commit d5ec77f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
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)