hauntsaninja / mypy_primer

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

Add more dependencies for meson #109

Closed eli-schwartz closed 3 days ago

eli-schwartz commented 7 months ago

Our configuration sets ignore_missing_imports so it isn't immediately apparent these would be used...

eli-schwartz commented 7 months ago

See also https://github.com/mesonbuild/meson/pull/12551 (fixes our mypy.ini since it seems like setting that was always wrong; will result in failing to typecheck without installing these deps).

hauntsaninja commented 3 days ago

Thanks, I fixed the conflict and merged to master