Skip to content

Commit 2943bae

Browse files
[3.11] Add some 'meta hooks' to our pre-commit config (GH-110587) (#110600)
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 5ada51c commit 2943bae

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)