Add --show-diff-on-failure flag to pre-commit run
This commit is contained in:
2
.github/workflows/linting.yaml
vendored
2
.github/workflows/linting.yaml
vendored
@@ -27,4 +27,4 @@ jobs:
|
|||||||
pip install pre-commit
|
pip install pre-commit
|
||||||
|
|
||||||
- name: Run pre-commit
|
- name: Run pre-commit
|
||||||
run: pre-commit run --all-files
|
run: pre-commit run --all-files --show-diff-on-failure
|
||||||
|
Reference in New Issue
Block a user