Add mypy type hints #368
Labels
development
Issues that require technical work. Associated PRs are required.
enhancement
Issues & PRs that capture enhancements to existing features. Issues require associated PRs.
Is your enhancement request related to a problem? Please describe
Currently, Rubicon does not have added mypy type hints which makes type-checking modules that use Rubicon to be less robust.
Describe the solution you'd like
Add consistent type hints throughout the Rubicon package, starting with any user-facing functions and classes.
Describe alternatives you've considered
Business as usual.
Additional context
Type hints will also allow us to add type checks during the CI/CD process that can catch errors.
The text was updated successfully, but these errors were encountered: