Closed
Description
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 regressions and evaluating risky changes.
Something like this was brought up in #4332
This could also serve as a way of decentralising something like #1339
This has informed:
#4579
#4574
#4582
#4583
And you can see it in action at:
python/mypy#9275
More details at: https://github.com/hauntsaninja/mypy_primer
Feel free to close or discuss!