You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We like to start using type hints for better practice of python programming. For a first-time contributor, this is probably a nice starting point, as you will go through every part of the code base and familiarize yourself with the code structure.
To-do's:
Add type hints to all functions.
Modify docstrings accordingly, so sphinx-autodoc will automatically grab type info from type hints.
Add unit tests (with mypy?) for type checking.
Have fun!
The text was updated successfully, but these errors were encountered:
We like to start using type hints for better practice of python programming. For a first-time contributor, this is probably a nice starting point, as you will go through every part of the code base and familiarize yourself with the code structure.
To-do's:
Have fun!
The text was updated successfully, but these errors were encountered: