Skip to content

Commit fa9cda6

Browse files
AlexWaygoodmiss-islington
authored andcommitted
Add some 'meta hooks' to our pre-commit config (pythonGH-110587)
(cherry picked from commit d5ec77f) Co-authored-by: Alex Waygood <[email protected]>
1 parent 5ada51c commit fa9cda6

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
@@ -23,3 +23,8 @@ repos:
2323
args: [--enable=default-role]
2424
files: ^Doc/|^Misc/NEWS.d/next/
2525
types: [rst]
26+
27+
- repo: meta
28+
hooks:
29+
- id: check-hooks-apply
30+
- id: check-useless-excludes

0 commit comments

Comments
 (0)