hauntsaninja / mypy_primer

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

Added setuptools & pkg_resources #119

Closed Avasam closed 2 days ago

Avasam commented 3 months ago

setuptools & pkg_resources are important users of the stdlib, and are checking against mypy as of https://github.com/pypa/setuptools/pull/4257 We can also use setuptools' own tests to validate types-setuptools changes