Closed
Description
Type annotations on method definitions are part of our code conventions.
We are seeing lots of PR review comments suggesting adding type annotations.
We should add it to the CI so it is automated.
This will reduce PR review burden, and help maintain our code quality.
Thoughts:
- Could be done either using
mypy
orpylint
- Should only be run on code diffs so we can incorporate it incrementally.