Skip to content

Type hints, docstrings, comments #471

@eantonini

Description

@eantonini

Detailed Description

The Atlite codebase currently lacks consistent use of type hints and docstrings.

Adding these would improve code clarity and maintainability. Additional inline comments are also encouraged, even if the code may seem self-explanatory.

Context

Improving documentation and type safety will make Atlite more accessible and reduce the entry barrier for new contributors.

Possible Implementation

Introduce type hints and docstrings throughout the codebase, following standard Python conventions.

Enforce these standards using pre-commit hooks (e.g., via ruff) to ensure consistency in future contributions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions