Skip to content

mypy.ini module-specific override doesn't work without __init__.py #9974

Closed
@JelleZijlstra

Description

@JelleZijlstra

In the following layout:

  • mypy.ini contains
[mypy]
disallow_untyped_defs = True

[mypy-a.b.*]
disallow_untyped_defs = False
  • a contains __init__.py and a directory a/b
  • a/b contains c.py with an untyped def

Mypy will complain about missing type annotations in a.b.c. If I create a/b/__init__.py, the errors go away. This is a regression in v0.800.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugmypy got something wrong

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions