From 99f5d4574e90287d7d58594e8644d900fe39ee6d Mon Sep 17 00:00:00 2001 From: Bill Wallis Date: Mon, 11 May 2026 11:48:22 +0100 Subject: [PATCH] fix: use Pytest ini options in pre-commit hook --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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