-
-
Notifications
You must be signed in to change notification settings - Fork 41
Is this dead? #109
Comments
Development does seem to have slowed down a lot. black is gaining a ton of traction in the Python space these days. |
Hello, are there scenarios where a prettier python plugin would still be relevant?
|
Currently prettier python relies on python so this won't really work in the browser :) I think it might still make sense to have prettier python for two reason:
Don't know what other people think :) I personally use black, but I see myself using prettier even for python :) |
The reason I am asking is that Maybe that could be used as a basis of a simpler (no Python runtime needed) Python prettier plugin. I will try to remember to post here if/when I have a JavaScript Python parser available... |
I would love if |
Would you love it enough to implement and maintain a 1000-1500 LOC
I could provide a high quality JavaScript Python parser, but the prettier printer would still have to be implemented and maintained... |
Nope, I'm past capacity on projects. 😄 |
Yep me too 😢 |
I just saw that a link to this plugin is being removed from the website and ended up in this discussion. Those who are interested in accessing Black via Prettier's API for coherence, you may want to try the same approach as I used in Theoretically, the new approach can be tried even in this repo following a major version bump. I'm not using python, but I see the benefits of formatting all languages via a single entry point – that feels very convinient. Not to mention formatting of code blocks in markdown, which Prettier can do too! 😉 |
No description provided.
The text was updated successfully, but these errors were encountered: