fix: Use uv to run pytest in pre-commit hook

This commit is contained in:
William Valentin
2025-09-15 00:59:44 -07:00
parent a0ae5f869e
commit ec68e52e28

View File

@@ -86,7 +86,7 @@ repos:
hooks:
- id: pytest-check
name: pytest-check
entry: python -m pytest tests/ --tb=short
entry: uv run pytest tests/ --tb=short
language: system
pass_filenames: false
always_run: true