We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a639d2a commit 8326751Copy full SHA for 8326751
README.md
@@ -56,6 +56,7 @@ See the [Mypy docs](https://mypy.readthedocs.io/en/stable/extending_mypy.html#co
56
The Mypy plugin system is fairly limited, so this can only check marked functions.
57
If you're using parametrized testing, that's fine as you `pytest.mark.parametrize`.
58
If not, [add a `typed` mark](https://docs.pytest.org/en/stable/how-to/mark.html#registering-marks) then mark any remaining tests you want to check.
59
+The order of the error messages is unclear, but this isn't an issue if you're using a plugin.
60
61
```python
62
import random
0 commit comments