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 7b175f7 commit 884e7b2Copy full SHA for 884e7b2
.github/workflows/pre-commit.yml
@@ -36,6 +36,6 @@ jobs:
36
- name: Run pre-commit checks
37
run: |
38
pipx install uv
39
+ uv venv
40
uv pip install pre-commit
- pre-commit install
41
- pre-commit run --all-files --color always --show-diff-on-failure
+ uv run pre-commit run --all-files --color always --show-diff-on-failure
0 commit comments