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
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
The latest MyPy release, 0.600, has "strict optional checking" enabled by default, which encounters a giant pile of issues that were not flagged before.
With --no-strict-optional passed as a command line flag, it still fails to infer the type of some values.
Some work is required to diagnose and fix the issues that 0.600 flags. Until then, the CI script will use version 0.521 (set in #321).
The latest MyPy release, 0.600, has "strict optional checking" enabled by default, which encounters a giant pile of issues that were not flagged before.
With --no-strict-optional passed as a command line flag, it still fails to infer the type of some values.
Some work is required to diagnose and fix the issues that 0.600 flags. Until then, the CI script will use version 0.521 (set in #321).