Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mypy or pyright checker on deploy #206

Open
virtuald opened this issue Sep 10, 2022 · 1 comment
Open

Add mypy or pyright checker on deploy #206

virtuald opened this issue Sep 10, 2022 · 1 comment

Comments

@virtuald
Copy link
Member

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.

@auscompgeek
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants