You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type checking of type-annotated source ensures internal type correctness, and enables users of the public API to ensure their own type-annotated code is calling this library properly (you are doing type checking and annotation, right?).
Type checking of type-annotated source ensures internal type correctness, and enables users of the public API to ensure their own type-annotated code is calling this library properly (you are doing type checking and annotation, right?).
I am inclined to use mypy for this.
Depends on #1.
The text was updated successfully, but these errors were encountered: