Skip to content

Commit 015a4df

Browse files
committed
fix: corrected prek execution
1 parent 089d3fb commit 015a4df

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
@@ -59,7 +59,7 @@ jobs:
5959
- name: pre-commit (PEP 735)
6060
if: steps.detect.outputs.method == 'pep735'
6161
run: |
62-
uv run --only-group pre-commit prek run --all --show-diff-on-failure
62+
uv run --only-group pre-commit prek run --all-files --show-diff-on-failure
6363
uv run --only-group pre-commit prek cache gc
6464
env:
6565
RUFF_OUTPUT_FORMAT: github

0 commit comments

Comments
 (0)