Skip to content
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
@ziima

Description

@ziima

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions