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$