hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
57 stars 30 forks source link

add paroxython #9

Closed Akuli closed 3 years ago

Akuli commented 3 years ago

When reviewing https://github.com/python/typeshed/pull/5248, I did a Github code search for projects that contain import docopt # type: ignore. I had never heard of paroxython before, but I chose it because it's quite big and the latest commit is not too long ago.

hauntsaninja commented 3 years ago

Thanks! Although note that mypy_primer currently doesn't work for third party package changes (broken by modular typeshed, https://github.com/hauntsaninja/mypy_primer/issues/7)