rusackas commented on code in PR #32596:
URL: https://github.com/apache/superset/pull/32596#discussion_r1990058742
##########
.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:
Oh wait, I see it uses prettier 3.3.3 below... but this repo is archived and
claims it was broken by newer versions of Prettier. Not sure what to make of
that yet.
--
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]