Skip to content

Commit 3859f49

Browse files
fix: pre-commit missing --source (#312)
1 parent 3f42cd8 commit 3859f49

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
@@ -34,7 +34,7 @@ jobs:
3434
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
3535
restore-keys: pre-commit
3636

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 }}
37+
- 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 }}
3838
shell: bash
3939
env:
4040
SKIP: disallowed-words-check,circleci_validate

0 commit comments

Comments
 (0)