Skip to content

Add Missing Docstrings #44

Description

@MaggieFero

Is your feature request related to a problem? Please describe.
The codebase currently has five instances of the linter exemption "# pylint: disable=missing-function-docstring", most of which are in tests and one of which is currently annoying me as I try to debug the thing that does not have the docstring.

Describe the solution you'd like
I should go through and write the docstrings once we have this repo back into a stable state.

Describe alternatives you've considered
We shouldn't be considering alternatives to writing the docstrings imo, we should just do it.

Additional context
Docstrings are currently missing in three tests as well as erase_deleted_user_data.py, but we should just search for the linter exception once we're ready to work on this in case it's changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions