-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FYI] mypy_primer #9490
Comments
Very interesting(and of course powerful) utility! |
This seems pretty cool, nicely done! Does it support |
Not quite, it's meant to try to invoke mypy the way the projects are invoking mypy. So each project has a hardcoded mypy command that I stole (usually from their CI) / it picks up the projects' mypy configuration files. PS: Thanks for sharing and writing |
Closing, since mypy_primer is now in mypy CI. |
With apologies to black_primer, I jotted down a script that lets us run mypy over a large amount of open source Python code. Hopefully this helps democratise the process of identifying issues and regressions and evaluating risky changes.
This has informed:
python/typeshed#4579
python/typeshed#4574
python/typeshed#4582
python/typeshed#4583
And you can see it in action at:
#9275
#9290 (comment)
More details at: https://github.com/hauntsaninja/mypy_primer
Feel free to close or otherwise discuss!
The text was updated successfully, but these errors were encountered: