typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
100 stars 26 forks source link

[tool.mypy.overrides] sections are dropped from config #145

Closed ap-- closed 5 months ago

ap-- commented 5 months ago

Hello everyone,

I noticed that when using pyproject.toml to configure mypy, the pytest-mypy-plugins plugin silently drops overrides sections:

[[tool.mypy.overrides]]
module = "mymodule"
ignore_missing_imports = true

I have a PR ready to fix this, and will push it right away.

Cheers, Andreas 😃