hauntsaninja / mypy_primer

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

add rudimentary pyright support #83

Closed hauntsaninja closed 1 year ago

hauntsaninja commented 1 year ago

This pull request follows up on a bunch of refactoring from earlier today.

This is enough to make basic commands like mypy_primer --type-checker pyright --old a08f716f9 --debug -k hauntsaninja/pyp do something.

There's still basic stuff left to be done. For instance, get pyright to use the project virtual environment and custom typeshed dir and alter project list logic for pyright's needs.

hauntsaninja commented 1 year ago

cc @erictraut I've also given you access to this repository