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 took upwards of half a minute to run on my team's codebase last season in GitHub Actions. pyright was a lot faster, but also a fair bit more strict than mypy by default.
Could help out teams not deploy bad code.
Mypy tends to have a lot of false positives, would need to ensure that any solution was either optional or not obnoxious when enabled.
The text was updated successfully, but these errors were encountered: