rusackas commented on code in PR #32596:
URL: https://github.com/apache/superset/pull/32596#discussion_r1990056790
##########
.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:
We're using 3.3.3 on the repo. I wonder if that'll lead to trouble.
--
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]