archinstall icon indicating copy to clipboard operation
archinstall copied to clipboard

Adding evaluation of Ruff

Open Torxed opened this issue 2 years ago • 3 comments

This is just a small evaluation of a code formatting tool called Ruff

Torxed avatar Mar 16 '23 11:03 Torxed

@Torxed something we still wanna get in?

svartkanin avatar Sep 17 '23 08:09 svartkanin

I really liked that it wasn't so intrusive, so I think it might be nice to have. I can pull in all the latest changes and see how it performs.

Torxed avatar Sep 17 '23 08:09 Torxed

"ruff check" is quite good and an awesome alternative over using pylint. Have you also considered globally running "ruff format" as a code beautifier enforcing a standard? I've been using "black" for years but I've been really impressed with ruff.

simonfogliato avatar May 28 '24 22:05 simonfogliato