<#18625 Using `[mypy].source_plugins` with `instal...
# github-notifications
c
#18625 Using `[mypy].source_plugins` with `install_from_resolve` may be unergonomic Issue created by kaos Describe the inconvenience When running
pants check
with
mypy
configured to run off of a regular lockfile using
install_from_resolve
any 3rdparty dependencies required for code referenced with
source_plugins
must be explicitly listed in
[mypy].requirements
. Pants version 2.16.0rc1 OS Mac Additional info https://www.pantsbuild.org/v2.16/docs/reference-mypy#source_plugins pantsbuild/pants