From 0d3ac4cbdfaceb32c1ff44fb34eb11999d46fd7f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sat, 2 Jan 2021 16:50:31 -0700 Subject: [PATCH] remove example validation from pre-commit hooks --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4117972..f1b39b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,3 @@ repos: - id: flake8 stages: - commit - - repo: local - hooks: - - id: validate_examples - name: Validate Examples - stages: - - commit - entry: hooks.sh - language: script