From c77d65d9cbbcf30e2be005f5ba8b63447deedc1e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 14 Mar 2014 13:36:29 -0700 Subject: [PATCH] Added validate-config to the hooks manifest. --- manifest.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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