diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd7a9c2..f4a84c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,3 +9,11 @@ repos: rev: 6.0.0 hooks: - id: flake8 + + - repo: local + hooks: + - id: pytest + name: pytest + entry: pytest + language: system + pass_filenames: false