mypy.ini module-specific override doesn't work without __init__.py
#9974
Labels
bug
mypy got something wrong
__init__.py
#9974
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: