Skip to content

Commit 47edbed

Browse files
committed
add --show-diff-on-failure to pre-commit
1 parent 94e178b commit 47edbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- script: |
2626
pip install pre_commit
2727
pre-commit install
28-
pre-commit run --all-files
28+
pre-commit run --all-files --show-diff-on-failure
2929
displayName: 'Run pre-commit'
3030
3131
- script: |

0 commit comments

Comments
 (0)