From dbc1d4bffa8d964a25e075e2d1f28c941685fd4f Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 16 Feb 2020 19:16:53 -0700 Subject: [PATCH] validate examples in pre-commit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 631fe6f..4117972 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: - commit - repo: local hooks: - - id: line_count - name: Line Count + - id: validate_examples + name: Validate Examples stages: - commit entry: hooks.sh