Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
anonyknight opened this issue Nov 1, 2023 · 0 comments
Open
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high

Comments

@anonyknight
Copy link

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.

@github-actions github-actions bot added the fresh This is a new issue label Nov 1, 2023
@weibullguy weibullguy changed the title pydocstyle: D202 - Removes black line after function docstring. pydocstyle: D202 - Removes blank line after function docstring. Nov 21, 2023
@weibullguy weibullguy added P: bug PEP 257 violation or existing functionality that doesn't work as documented C: convention Relates to docstring format convention and removed fresh This is a new issue labels Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: convention Relates to docstring format convention P: bug PEP 257 violation or existing functionality that doesn't work as documented U: high
Projects
None yet
Development

No branches or pull requests

2 participants