fix: Use uv to run pytest in pre-commit hook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user