lib.rs
Feb 9, 2025Ruff, like pylyzer, is a static code analysis tool for Python written in Rust, but Ruff is a linter and pylyzer is a type checker & language server. pylyzer does not perform linting, and Ruff does not perform type checking. How it works. pylyzer uses the type checker of the Erg programming language internally. This language is a transpiled ...