archinstall
archinstall copied to clipboard
Adding evaluation of Ruff
@Torxed something we still wanna get in?
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.
"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.