We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329e7a8 commit addfe56Copy full SHA for addfe56
1 file changed
.github/workflows/pre-commit.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: '3.13'
20
21
- name: Install pre-commit
22
- run: pip install pre-commit
+ run: uv pip install pre-commit
23
24
- name: Run pre-commit
25
run: pre-commit run --all-files
0 commit comments