pylint and the 'missing docstring' warning
Jean-Michel Pichavant
jeanmichel at sequans.com
Tue Jan 26 08:43:07 EST 2010
Hello,
Does anyone using pylint knows a way to make pylint ignore these
'missing docstring' warnings when the base class version of the method
actually defines the docstring ?
'Cause my doc builder (epydoc) handle it properly and propagate
docstrings if asked to. Too bad pylint is complaining about it.
I don't want to deactivate this warning.
Any hint would be apreciated
JM
More information about the Python-list
mailing list