Open njzjz opened 1 year ago
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
"PR10": 'Parameter "{param_name}" requires a space before the colon ' "separating the parameter name and type",
ruff supporting numpydoc rules would be incredibly helpful.
+1
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