Describe the bug
(bug seems very harsh to describe this, but it doesn't seem like a feature request - feel free to rename or change as necessary)
docs/supported_tools.rst describes mypy as experimental:
Mypy is an experimental optional static type checker for Python that aims to combine ...
but mypy reached version 1.0.0 a while a go and no longer describes itself as beta, it describes itself as Production/stable - see python/mypy#14251 .
To Reproduce Steps to reproduce the behavior:
Go to Supported Tools page - mypy section
Expected behavior Mypy shouldn't be described as experimental (in my view)
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
This will be the same in all setups that can read the html docs
Additional context Add any other context about the problem here. Putting the list of
dependencies installed, e.g. the output of pip freeze also helps.
Describe the bug
(bug seems very harsh to describe this, but it doesn't seem like a feature request - feel free to rename or change as necessary)
docs/supported_tools.rst describes mypy as experimental:
but mypy reached version 1.0.0 a while a go and no longer describes itself as beta, it describes itself as Production/stable - see python/mypy#14251 .
To Reproduce Steps to reproduce the behavior:
Go to Supported Tools page - mypy section
Expected behavior Mypy shouldn't be described as experimental (in my view)
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
This will be the same in all setups that can read the html docs
Additional context Add any other context about the problem here. Putting the list of
dependencies installed, e.g. the output of
pip freezealso helps.