Closed
Description
We should investigate adding mild type annotations to this project. By this I mean simple types like str
and int
that aren't contentious, and nothing complex.
We might then investigate the value of adding mypy
to CI.
I think that this would be a good first step before adding typing annotations to the core dask project. I think that it makes sense to start here because:
- We're more tied to Python 3 due to the async-await syntax
- We're slightly less core
Metadata
Metadata
Assignees
Labels
No labels