How ruff changed my Python programming habits

How ruff changed my Python programming habits

Articles
Ruff is an extremely fast Python linter written in Rust. It is so fast that enabling additional rules is practically free in terms of speed; the only question is if those rules lead to better, or maybe just to more correct and consistent code.