Hacker News new | ask | show | jobs
by PetitPrince 3029 days ago
What are your gripes with yapf ? I'd like to use a formatter for my Python code; should I rather wait for something better ?
2 comments

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.