mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Add Runner interface.
This commit is contained in:
parent
ae1d1681b2
commit
88686d298f
25 changed files with 282 additions and 148 deletions
|
|
@ -17,6 +17,6 @@
|
|||
sha: 47b7ca44ed1fcaa83464ed00cef72049ae22c33d
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
files: /manifest.yaml
|
||||
files: '^manifest.yaml$'
|
||||
- id: validate_config
|
||||
files: /\.pre-commit-config.yaml
|
||||
files: '^\.pre-commit-config.yaml$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue