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