diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e25a0e3..c285505 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,3 +23,12 @@ repos: - id: conventional-pre-commit stages: [ commit-msg ] args: [ ] + - repo: local + hooks: + - id: pytest + name: pytest + entry: pytest tests + language: system + types: [python] + always_run: true + stages: [ pre-push ]