This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
Google convention section names not properly checked #654
Open
Description
Google convention specifies docstring sections to be formatted as
Returns:
The return value. True for success, False otherwise.
but pydocstyle doesn't report an error if section is formatted as
Returns: The return value. True for success, False otherwise.
D406 can't be used because it complains about the section name ending with a colon.
Metadata
Metadata
Assignees
Labels
No labels