mistercrunch commented on code in PR #32596:
URL: https://github.com/apache/superset/pull/32596#discussion_r1991911287
##########
.pre-commit-config.yaml:
##########
@@ -52,40 +52,35 @@ repos:
- id: trailing-whitespace
exclude: ^.*\.(snap)
args: ["--markdown-linebreak-ext=md"]
- - repo: local
+ - repo: https://github.com/pre-commit/mirrors-prettier
+ rev: v4.0.0-alpha.8 # Use the sha or tag you want to point at
Review Comment:
Yeah seems it'd be good hygiene to get rid of this GHA-as-a-submodule and
simply `git push` ourselves in our action. I don't think we need an
unmaintained reference to a simple GHA here given what we use it for is fairly
simple.
--
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]