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 13f023a commit f7a9b3dCopy full SHA for f7a9b3d
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Run pre-commit
37
run: |
38
- uv run pre-commit run --all-files
+ uvx run pre-commit run --all-files
39
40
- name: Test with pytest
41
0 commit comments