Hacker News new | ask | show | jobs
by scrollaway 3028 days ago
I miss Prettier in Python. YAPF is atrocious. Good news is some Prettier contributors (let's call em pretties) are working on Python support.
1 comments

What are your gripes with yapf ? I'd like to use a formatter for my Python code; should I rather wait for something better ?
Not opiniated enough, not enough configuration in the places that matter, some formatting bugs, very slow. Try it and see, it works for some people.
My favorite thing is using long argument lists with it without a trailing comma. Similar for hardcoded np matrices.