Open
Description
Type Checking: mypy or similar tools for static type checking. This can help catch certain types of errors before runtime and can make the code easier to understand.
Definition of done:
- Add mypy for type checking to the python project template
- Add GitHub action task for type checking
- Update README with brief description of type checking