Description
Runs mypy static type checks as part of pytest. It helps projects combine type-checking failures with the test workflow developers already use.
Type checks find many interface mistakes, but they do not prove runtime behavior. Keep behavior tests for important code paths.