How ruff changed my Python programming habits July 28, 2023 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.