realpython / pytest-mypy

Mypy static type checker plugin for Pytest
https://pypi.org/project/pytest-mypy/
MIT License
248 stars 32 forks source link

Remove MypyWarning #182

Closed dmtucker closed 1 month ago

dmtucker commented 1 month ago

Warnings are for developers, but MypyWarning (from #146) was being used to communicate with users. This replaces that with extra reporting in the terminal summary.