davidfritzsche / pytest-mypy-testing

pytest plugin to test mypy static type analysis
28 stars 8 forks source link

Allow customizing mypy configuration #15

Open ikonst opened 4 years ago

ikonst commented 4 years ago

Allowing custom mypy configuration (on plugin level or perhaps on fixture level) would allow e.g. specifying a mypy plugin to load.

mburgs commented 3 months ago

This causes a problem for me as well - my project depends on using --ignore-missing-imports (which is specified by pyproject.toml) but the config isn't picked up. Some way to customize this would be helpful