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.
--source
1 parent 3f42cd8 commit 3859f49Copy full SHA for 3859f49
.github/workflows/pre-commit.yml
@@ -34,7 +34,7 @@ jobs:
34
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
35
restore-keys: pre-commit
36
37
- - run: uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files ${{ github.event.pull_request.base.sha || github.event.before }} --origin ${{ github.event.pull_request.head.sha || github.event.after }}
+ - run: uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --source ${{ github.event.pull_request.base.sha || github.event.before }} --origin ${{ github.event.pull_request.head.sha || github.event.after }}
38
shell: bash
39
env:
40
SKIP: disallowed-words-check,circleci_validate
0 commit comments