hauntsaninja / mypy_primer

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

Add --additional-flags argument #50

Closed JelleZijlstra closed 1 year ago

JelleZijlstra commented 1 year ago

So we can use it in typeshed to disable bytearray/memoryview promotions

JelleZijlstra commented 1 year ago

Yes, I tested locally with like --additional-flags="--skip-bytearray-promotion --skip-memoryview-promotion".

hauntsaninja commented 1 year ago

Oh right, I forgot about equals. Thanks!