Skip to content

Commit e73210c

Browse files
[3.12] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110599)
Add some 'meta hooks' to our pre-commit config (GH-110587) (cherry picked from commit d5ec77f) Co-authored-by: Alex Waygood <[email protected]>
1 parent c8bffd1 commit e73210c

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
@@ -26,3 +26,8 @@ repos:
2626
args: [--enable=default-role]
2727
files: ^Doc/|^Misc/NEWS.d/next/
2828
types: [rst]
29+
30+
- repo: meta
31+
hooks:
32+
- id: check-hooks-apply
33+
- id: check-useless-excludes

0 commit comments

Comments
 (0)