This repository was archived by the owner on Nov 3, 2023. It is now read-only.

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.