pants runs it’s own copy of `mypy`, correct? If so...
# general
f
pants runs it’s own copy of
mypy
, correct? If so, is there a way to run
mypy.stubtest
within the same environment as
pants check
?
b
I’m on mobile, so can’t easily link to what you might want, but the
install_from_resolve
option in the
mypy
subsystem allows jumping to managing your own mypy, rather than pants’ default one.
👍🏼 1
👍 1