pytest-mypy-testing icon indicating copy to clipboard operation
pytest-mypy-testing copied to clipboard

Allow customizing mypy configuration

Open ikonst opened this issue 5 years ago • 1 comments

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

ikonst avatar May 27 '20 03:05 ikonst

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

mburgs avatar Jul 01 '24 16:07 mburgs