We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f86adb commit 2147d3dCopy full SHA for 2147d3d
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
hooks:
38
- id: run-tests
39
name: Run pytest before push
40
- entry: pytest
+ entry: uv run pytest
41
language: system
42
stages: [pre-push]
43
pass_filenames: false
0 commit comments