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
Since I'm transitioning code to type hints (or type hints friendly, at least), we can get more from type checks.
In any case, types are inferred, so there is a benefit in type checking also without any type hint.
I propose to add mypy check to our usual CI workflow. In the end, it costs nothing, and it is not even an extra dependency.
The text was updated successfully, but these errors were encountered:
Since I'm transitioning code to type hints (or type hints friendly, at least), we can get more from type checks.
In any case, types are inferred, so there is a benefit in type checking also without any type hint.
I propose to add
mypy
check to our usual CI workflow. In the end, it costs nothing, and it is not even an extra dependency.The text was updated successfully, but these errors were encountered: