diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25978b0..4a620f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - id: pytest name: pytest - entry: uv run pytest tests/ -v + entry: uv run pytest tests/ -vs language: system pass_filenames: false stages: [pre-push] \ No newline at end of file