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.

Rules D212 and D213 are conflicting #475

@fkromer

Description

@fkromer
"""Summary.

Extensive docs.
"""

leads to "Multi-line docstring summary should start at the second line pydocstyle(D213)".

"""
Summary.

Extensive docs.
"""

leads to "Multi-line docstring summary should start at the first line pydocstyle(D212)".

Obviously these rules are conflicting and it's worth a note that pydocstyle is not usable out-of-the-box but requires configuration (ignoring at least one of these two rules).

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