hauntsaninja / mypy_primer

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

Add `meson` #77

Closed eli-schwartz closed 1 year ago

eli-schwartz commented 1 year ago

Related to #42

See https://github.com/mesonbuild/meson/pull/10994 -- this presumably could have caught https://github.com/python/mypy/issues/12483

(I just merged code into meson that allows passing through the mypy executable and the primer options to our run_mypy.py wrapper, so that this can work. I hope it's not a problem to use our script -- it encodes the names of each file that we have passing mypy, so the run is successful.)

eli-schwartz commented 1 year ago

Yeah, I had to specially hook that up for mypy_primer in https://github.com/mesonbuild/meson/pull/11486 :)