mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Add some 'meta hooks' to our pre-commit config (#110587)
This commit is contained in:
parent
7426ed0347
commit
d5ec77fafd
1 changed files with 5 additions and 0 deletions
|
@ -30,3 +30,8 @@ repos:
|
||||||
args: [--enable=default-role]
|
args: [--enable=default-role]
|
||||||
files: ^Doc/|^Misc/NEWS.d/next/
|
files: ^Doc/|^Misc/NEWS.d/next/
|
||||||
types: [rst]
|
types: [rst]
|
||||||
|
|
||||||
|
- repo: meta
|
||||||
|
hooks:
|
||||||
|
- id: check-hooks-apply
|
||||||
|
- id: check-useless-excludes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue