mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-12 20:10:21 -06:00
Added validate-config to the hooks manifest.
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
|
||||
-
|
||||
id: validate_manifest
|
||||
name: Validate Manifest
|
||||
name: Validate Pre-Commit Manifest
|
||||
description: This validator validates a pre-commit hooks manifest file
|
||||
entry: validate-manifest
|
||||
language: python
|
||||
language: python
|
||||
-
|
||||
id: validate_config
|
||||
name: Validate Pre-Commit Config
|
||||
description: This validator validates a pre-commit hooks config file
|
||||
entry: validate-config
|
||||
language: python
|
||||
|
||||
Reference in New Issue
Block a user