hauntsaninja / mypy_primer

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

Optionally run mypyc on projects #41

Open zsol opened 1 year ago

zsol commented 1 year ago

This PR

zsol commented 1 year ago

For Black this takes around 6 minutes on my laptop. Definitely worth gating off for typeshed. I can add a command line flag if that helps

hauntsaninja commented 1 year ago

A command line flag would be great!

zsol commented 1 year ago

I've addressed your comments in the new commit, going to add a command line flag now. Thanks for the blazing fast reviews :)

mr-c commented 7 months ago

Ping; it would be great to have this for schema-salad and cwltool given the mypyc regressions we experienced in the last two releases