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
mypy isn't able to infer types as well as pyright, and disallows some
useful capabilites such as using type variables in non-static
contexts (e.g. avoids
https://mypy.readthedocs.io/en/latest/common_issues.html#variables-vs-type-aliases). This
adds a node dependency to the project, which is a downside, but I
believe is the right way to go for more advanced type usage than mypy
will allow
0 commit comments