14 repos
Tools and frameworks for static analysis, code quality checking, and style enforcement in Python. This cluster spans multiple implementation approaches—from Python-based linters like pylint to performance-focused rewrites in Rust (ruff) and type checkers in OCaml (pytype)—unified by the shared goal of catching bugs, enforcing PEP 8 standards, and improving code quality without runtime execution. Developers exploring this area will encounter both foundational tools and modern reimplementations optimizing for speed and developer experience.