From dc5a8a8209d71909a7d2c1d0abdceec888a48689 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 23 Aug 2017 14:06:48 -0700 Subject: [PATCH] Remove validate_config hook --- .pre-commit-config.yaml | 1 - .pre-commit-hooks.yaml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24945961..1e529a7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,6 @@ - repo: https://github.com/pre-commit/pre-commit.git sha: v0.16.3 hooks: - - id: validate_config - id: validate_manifest - repo: https://github.com/asottile/reorder_python_imports.git sha: v0.3.5 diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index af53043e..ef269d13 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,9 +1,3 @@ -- id: validate_config - name: Validate Pre-Commit Config - description: This validator validates a pre-commit hooks config file - entry: pre-commit-validate-config - language: python - files: ^\.pre-commit-config\.yaml$ - id: validate_manifest name: Validate Pre-Commit Manifest description: This validator validates a pre-commit hooks manifest file