hauntsaninja / mypy_primer

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

Link errors to relevant project #69

Closed hauntsaninja closed 1 year ago

hauntsaninja commented 1 year ago

Fixes #67

AlexWaygood commented 1 year ago

Thoughts on doing something like this, so we can see the failure message from pip itself if --debug is passed? https://github.com/AlexWaygood/mypy_primer/commit/f3b073c0ab2adb14b71c5f42d38f233dab5834e1 (i.e., pass output=True to the run() call on line 365, then debug_print() the captured stderr from the pip command)

hauntsaninja commented 1 year ago

Thanks for the reviews!

AlexWaygood commented 1 year ago

Thanks for the quick fix!