hauntsaninja / mypy_primer

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

Added pywin32 #118

Closed Avasam closed 2 days ago

Avasam commented 3 months ago

pywin32 is checked with pyright and mypy as of https://github.com/mhammond/pywin32/pull/2102 and is itself the biggest user of types-pywin32 C-module extension stubs. It's also a strong user of setuptools & distutils. I'm running the commands from root because its pyright/mypy configs are already ignoring a lot of vendored code. Otherwise I can split it into 4 calls (win32, isapi, Pythonwin/pywin, com) Relates to #43