Open
Description
See https://numpydoc.readthedocs.io/en/latest/validation.html.
It would be nice if ruff implemented some of numpydoc rules that are not supported by pydocstyle, such as PR10
"PR10": 'Parameter "{param_name}" requires a space before the colon '
"separating the parameter name and type",