diff --git a/manifest.yaml b/manifest.yaml index 51509c59..984e760f 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -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 \ No newline at end of file + 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