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 69b28c6 commit dfffd8dCopy full SHA for dfffd8d
.github/workflows/pre-commit.yml
@@ -46,7 +46,7 @@ jobs:
46
fi
47
- name: pre-commit (PEP 735)
48
if: steps.detect.outputs.method == 'pep735'
49
- run: uv run --no-sources --only-group pre-commit pre-commit run --all --show-diff-on-failure
+ run: uv run --only-group pre-commit pre-commit run --all --show-diff-on-failure
50
env:
51
RUFF_OUTPUT_FORMAT: github
52
REUSE_OUTPUT_FORMAT: github
0 commit comments