-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Description
With addition of type checking to Python code in #5086 we should be also checking the types in CI
Options include
- https://pyrefly.org/
- https://mypy-lang.org/ [seems very slow]
- https://github.com/google/pytype [abandoned]
- https://github.com/microsoft/pyright
- https://github.com/astral-sh/ty
Haven't looked at any of these. Leaning to Pyrefly or ty just because they are written in Rust rather than Python like the others, and so likely much faster.
Metadata
Metadata
Assignees
Labels
No labels