Skip to content

Commit 83794d3

Browse files
committed
Fix pre-commit jon
1 parent 7b175f7 commit 83794d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Run pre-commit checks
3737
run: |
3838
pipx install uv
39+
uv venv
3940
uv pip install pre-commit
4041
pre-commit install
41-
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

Comments
 (0)