←back to thread

365 points tanelpoder | 1 comments | | HN request time: 0.202s | source
Show context
senand ◴[] No.44980841[source]
I use black and I like it. Where does ruff differ in terms of formatting?
replies(2): >>44980869 #>>44985385 #
1. pnt12 ◴[] No.44985385[source]
I switched to ruff for the great linting. When they introduced a formatter, I gave it a try and: - got similar results - but runs faster - I could delete one dev dependency

Given black's motto (any color as long as it's black), now I pick ruff and go with whatever formatting it produces.