From 172481e2cf14428ef0490ba2c86992c6477ef508 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Tue, 31 Dec 2019 12:51:08 -0700 Subject: [PATCH] update pre-commit --- .pre-commit-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c50d94..d56953b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,11 +3,13 @@ repos: # rev: v2.3.0 # hooks: # - id: flake8 + # stages: + # - push - repo: local hooks: - id: line_count name: Line Count stages: - - push + - commit entry: hooks.sh language: script