←back to thread

365 points tanelpoder | 2 comments | | HN request time: 0s | source
Show context
nikisweeting ◴[] No.44978455[source]
As long as it does `ruff check --fix; ruff format` internally and not just one or the other, then I'm happy. Tired of running 2 commands every time.
replies(2): >>44978473 #>>44978476 #
1. 0cf8612b2e1e ◴[] No.44978473[source]
Also needs to make sorting imports a default.
replies(1): >>44978549 #
2. nikisweeting ◴[] No.44978549[source]
and stop removing extra leading whitespace before inline comments (#7684)