Update pre-commit.yml
This commit is contained in:
parent
0752da558c
commit
1125a64d80
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
@ -13,4 +13,4 @@ jobs:
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
with:
|
||||
extra_args: --show-diff-on-failure
|
||||
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user