Hacker News new | ask | show | jobs
by drBonkers 801 days ago
I will be a happy clam when it can check `Protocol`s.

> What is the difference from Ruff? Ruff, 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.