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: hooks:
- id: pytest-check - id: pytest-check
name: pytest-check name: pytest-check
entry: python -m pytest tests/ --tb=short entry: uv run pytest tests/ --tb=short
language: system language: system
pass_filenames: false pass_filenames: false
always_run: true always_run: true