Skip to content

Commit 884e7b2

Browse files
committed
Fix pre-commit jon
1 parent 7b175f7 commit 884e7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
- name: Run pre-commit checks
3737
run: |
3838
pipx install uv
39+
uv venv
3940
uv pip install pre-commit
40-
pre-commit install
41-
pre-commit run --all-files --color always --show-diff-on-failure
41+
uv run pre-commit run --all-files --color always --show-diff-on-failure

0 commit comments

Comments
 (0)