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