missing-param-doc for numpy doc style: variable with list of legal values #4035
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
According to the NumPy documentation style guidelines, section 4:
However, using this syntax in a function docstring causes pylint to complain about
missing-param-doc
andmissing-type-doc
.Here's a minimal example. (With only one parameter of this form, it is completely ignored.)
and here is the
pylint
output:pylint --version output
The text was updated successfully, but these errors were encountered: