Add --show-diff-on-failure flag to pre-commit run
This commit is contained in:
parent
7e843fb759
commit
810dc66450
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linting.yaml
vendored
2
.github/workflows/linting.yaml
vendored
|
|
@ -27,4 +27,4 @@ jobs:
|
|||
pip install pre-commit
|
||||
|
||||
- name: Run pre-commit
|
||||
run: pre-commit run --all-files
|
||||
run: pre-commit run --all-files --show-diff-on-failure
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue