john-bodley commented on code in PR #25638:
URL: https://github.com/apache/superset/pull/25638#discussion_r1362893754
##########
.github/workflows/superset-python-misc.yml:
##########
@@ -86,7 +86,12 @@ jobs:
echo "HOMEBREW_REPOSITORY=$HOMEBREW_REPOSITORY" >>"${GITHUB_ENV}"
brew install norwoodj/tap/helm-docs
- name: pre-commit
- run: pre-commit run --all-files
Review Comment:
@jsoref and @craig-rueda would the `pre-commit run` `--show-diff-on-failure`
flag be suffice?
```
--show-diff-on-failure When hooks fail, run `git diff` directly afterward.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]