Skip to content

Commit 57c9684

Browse files
committed
Fix pre-commit jon
1 parent 7b175f7 commit 57c9684

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
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
4142
pre-commit run --all-files --color always --show-diff-on-failure

0 commit comments

Comments
 (0)