From 91ddf78faf8bb1a75c163aec05c55900aed029b1 Mon Sep 17 00:00:00 2001 From: physsi07 Date: Sat, 5 Oct 2019 11:46:51 -0400 Subject: [PATCH] issue: #7 | Fix: the entry for the pytest hook in the pre-commit-config file --- .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 3cd5ecb..af3ec9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,6 +30,6 @@ repos: hooks: - id: pytest name: pytest - entry: venv/bin/pytest + entry: make test language: python files: (^|/)tests/.+\.py$