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

Seemingly unable to comply with Pydocstyle (D413) blank-line-after-last-section #284

Open
sSasha-uwu opened this issue Apr 5, 2024 · 0 comments
Labels

Comments

@sSasha-uwu
Copy link

I've tried editing the template in a number of different ways, but cannot for the life of me find a way to add an extra newline at the end of the docstring with this plugin. Pydocstyle (D413) recommends this, and I personally like the way that it looks.

Docstring that I'd like to create:

    """_summary_

    Parameters:
    ----------
    a : _type_
        _description_
    b : _type_
        _description_

    Returns:
    -------
    _type_
        _description_

    """    

Docstring that I can create:

    """_summary_

    Parameters
    ----------
    a : _type_
        _description_
    b : _type_
        _description_

    Returns
    -------
    _type_
        _description_
    """    

Not sure if there's something I'm missing or if it's just not possible.

@sSasha-uwu sSasha-uwu added the bug label Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant