hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
55 stars 29 forks source link

Fix sharding #63

Closed JelleZijlstra closed 1 year ago

JelleZijlstra commented 1 year ago

Fixes #62

AlexWaygood commented 1 year ago

I triggered a rerun of the primer job for the pywin32 typeshed PR, to double-check that this fixes the issue: https://github.com/python/typeshed/actions/runs/3608748067

AlexWaygood commented 1 year ago

Looks good — we're back to sane mypy_primer performance, and the comtypes error has been deduplicated: https://github.com/python/typeshed/pull/9308#issuecomment-1336197547 🎉

hauntsaninja commented 1 year ago

Thanks for fixing! I added the guard to shut up the type checker after I had tested the change