From 958623a72c4b75c99f7994da3a329ca3adc3681b Mon Sep 17 00:00:00 2001 From: checktheroads Date: Thu, 2 Jan 2020 09:53:40 -0700 Subject: [PATCH] move flake8 stage back to commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 755df41..631fe6f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: flake8 stages: - - push + - commit - repo: local hooks: - id: line_count