We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e178b commit 47edbedCopy full SHA for 47edbed
azure-pipelines.yml
@@ -25,7 +25,7 @@ jobs:
25
- script: |
26
pip install pre_commit
27
pre-commit install
28
- pre-commit run --all-files
+ pre-commit run --all-files --show-diff-on-failure
29
displayName: 'Run pre-commit'
30
31
0 commit comments