-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Description
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.