Repository History
Explore all analyzed open source repositories
Topic: Code Quality

Pytype: Google's Python Static Type Analyzer and Its Future
Pytype is a static type analyzer for Python code, developed by Google to provide compile-time checking. While effective, its bytecode-based design led to challenges, prompting Google to shift investments to new typing approaches. Python 3.12 will be the last supported version, and users are encouraged to explore alternative solutions.
May 11, 2026
View Details

Pyre-check: Performant Type-Checking and Static Analysis for Python
Pyre-check is a high-performance type checker for Python, compliant with PEP 484, designed for incremental analysis of large codebases. It features Pysa, a security-focused static analysis tool for identifying data flow issues in Python applications, enhancing code quality and security.
Nov 16, 2025
View Details
Page 1