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 089d3fb commit 015a4dfCopy full SHA for 015a4df
.github/workflows/pre-commit.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: pre-commit (PEP 735)
60
if: steps.detect.outputs.method == 'pep735'
61
run: |
62
- uv run --only-group pre-commit prek run --all --show-diff-on-failure
+ uv run --only-group pre-commit prek run --all-files --show-diff-on-failure
63
uv run --only-group pre-commit prek cache gc
64
env:
65
RUFF_OUTPUT_FORMAT: github
0 commit comments