←back to thread

741 points chirau | 1 comments | | HN request time: 0s | source
Show context
eats_indigo ◴[] No.44358123[source]
Love UV!

Also love Ruff from the Astral team. We just cut our linting + formatting across from pylint + Black to Ruff.

Saw lint times drop from 90 seconds to < 1.5 seconds. crazy stuff.

replies(1): >>44360451 #
greatgib ◴[] No.44360451[source]
Until the moment you will realize that ruff perform only a part of pylint checks and that very obvious mistakes can go through easily like code that can't run because of an obvious error.
replies(2): >>44361049 #>>44361337 #
jsmeaton ◴[] No.44361337[source]
Do you have an example of this?
replies(1): >>44361571 #