You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The same codebase produces different type-checking results under Python 3.9.21 (detects an error) vs Python 3.9.23 (no error), using the same Mypy version (1.6.0 and 1.17.1, tested both) and identical Mypy configuration.
This inconsistency breaks team collaboration, as developers using different minor Python 3.9.x versions (e.g., 3.9.21 vs 3.9.23) get conflicting type-check results for the same code.