mirror of https://github.com/python/cpython
Add some 'meta hooks' to our pre-commit config (#110587)
This commit is contained in:
parent
7426ed0347
commit
d5ec77fafd
|
@ -30,3 +30,8 @@ repos:
|
|||
args: [--enable=default-role]
|
||||
files: ^Doc/|^Misc/NEWS.d/next/
|
||||
types: [rst]
|
||||
|
||||
- repo: meta
|
||||
hooks:
|
||||
- id: check-hooks-apply
|
||||
- id: check-useless-excludes
|
||||
|
|
Loading…
Reference in New Issue