pytest-mypy-testing
pytest-mypy-testing copied to clipboard
Allow customizing mypy configuration
Allowing custom mypy configuration (on plugin level or perhaps on fixture level) would allow e.g. specifying a mypy plugin to load.
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