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