Hey everyone,
I’m trying to use the new pytype type checker that was added (by me 😅) in 2.18.0.
However, I see it fails to resolve imports.
I’d be happy to submit another PR that fixes it, but I need some guidance. Any chance someone can assist?
Thanks 🙏
b
better-van-82973
01/02/2024, 2:14 PM
What guidance do you need / where are you getting stuck?
m
melodic-lighter-17242
01/03/2024, 6:54 AM
tbh I am not sure how to address the issue. From my understanding, this should have caused pytype to “be” inside the pants generated venv.
It might be required to pass
--PYTHONPATH
to pytype, but I’m not sure how to retrieve it in the context of a plugin implementation.