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