Skip to content

Commit f3b3dfb

Browse files
authored
Update pre-commit.yml
1 parent 4ccd31b commit f3b3dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- name: Install the project
2020
run: uv pip install pre-commit
2121
- name: PreCommit
22-
run: pre-commit run --show-diff-on-failure --color=always --all-files
22+
run: uv run pre-commit run --show-diff-on-failure --color=always --all-files

0 commit comments

Comments
 (0)