Ben Chuanlong Du's Blog

It is never too late to learn.

Ruff Is An Extremely Fast Python Linter Written in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

The most convenient way to use ruff is via uvx.

uvx ruff check /some/path
uvx ruff format /some/path

References

Comments