We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48cfa6 commit ba17370Copy full SHA for ba17370
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
python -m pip install --upgrade pip build setuptools
29
pip install . .[test]
30
- name: Lint/test with pre-commit
31
- run: SKIP=no-commit-to-branch pre-commit run --all-files
+ run: SKIP=no-commit-to-branch uv run pre-commit run --all-files
32
33
tests:
34
name: tests
0 commit comments