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
I'm not using --namespace-packages. I think you're right that the file was not checked before, so this is not so much as a regression as a pre-existing bug that got exposed by recent changes.
In the following layout:
a
contains__init__.py
and a directorya/b
a/b
containsc.py
with an untyped defMypy will complain about missing type annotations in
a.b.c
. If I createa/b/__init__.py
, the errors go away. This is a regression in v0.800.The text was updated successfully, but these errors were encountered: