Hey, I'm starting using python 3 optional static typing and the mypy checker in one of my projects and it's working quite nicely, but I could not find a mypy, or any other static typing checker, plugin for pytest, so I'm now left to run two independent tools for every quality control check.
Is there a way to check optional static typing from within pytest, that I overlooked? Is anybody working on a mypy plugin of anything comparable? In anybody else interested? Cheers, Alessandro
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
