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 4ccd31b commit f3b3dfbCopy full SHA for f3b3dfb
.github/workflows/pre-commit.yml
@@ -19,4 +19,4 @@ jobs:
19
- name: Install the project
20
run: uv pip install pre-commit
21
- name: PreCommit
22
- run: pre-commit run --show-diff-on-failure --color=always --all-files
+ run: uv run pre-commit run --show-diff-on-failure --color=always --all-files
0 commit comments