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
Currently we use mypy 0.720 because it is the last version that supports the "old" semantic analyzer.
The new semantic analyzer creates a few errors that need to be resolved. Some of these errors are actually mypy issues, like python/mypy#7203. Maybe we should wait until these mypy issues are resolved.
After upgrading to a newer mypy version, the setting "new_semantic_analyzer = False" in mypy.ini should be removed.
The text was updated successfully, but these errors were encountered:
mypy version 0.740 caused even more problems than 0.730, but 0.750 seems to be fine. The python/mypy#7203 issue is not yet solved, but there is a good enough workaround that we can use.
Currently we use mypy 0.720 because it is the last version that supports the "old" semantic analyzer.
The new semantic analyzer creates a few errors that need to be resolved. Some of these errors are actually mypy issues, like python/mypy#7203. Maybe we should wait until these mypy issues are resolved.
After upgrading to a newer mypy version, the setting "new_semantic_analyzer = False" in mypy.ini should be removed.
The text was updated successfully, but these errors were encountered: