Y
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
scrollaway
3028 days ago
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.
link
joshuamorton
3028 days ago
My favorite thing is using long argument lists with it without a trailing comma. Similar for hardcoded np matrices.
link