diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8ad3739..b366f16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -89,7 +89,7 @@ repos: hooks: - id: pytest name: Run unit tests - entry: uv run pytest tests --quiet --cov-report=xml + entry: uv run pytest --quiet --cov-report=xml stages: ["pre-push"] language: unsupported pass_filenames: false