CI is currently failing on all PRs with the following message from mypy:
stdlib/email/message.pyi:13: error: Cannot determine type of "Any" [has-type].
E.g.:
mypy appears to be failing on all platforms, but only on Python 3.8+.
I can also reproduce this error locally. No idea what's changed to make it suddenly start erroring as part of the CI checks, though.
CI is currently failing on all PRs with the following message from mypy:
stdlib/email/message.pyi:13: error: Cannot determine type of "Any" [has-type].E.g.:
TODOto supportConcatenateincurses#7018mypy appears to be failing on all platforms, but only on Python 3.8+.
I can also reproduce this error locally. No idea what's changed to make it suddenly start erroring as part of the CI checks, though.