Skip to content

pydocstyle: D202 - Removes blank line after function docstring. #270

Open
@anonyknight

Description

@anonyknight

Issue Summary:
pydocstyle: D202 / No blank lines allowed after function docstring

Example

def main():
    """Main function."""

    print_factorial(5)
    if factorial(10):
        launch_rocket()

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: conventionRelates to docstring format conventionP: bugPEP 257 violation or existing functionality that doesn't work as documentedU: high

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions