<#18044 Runs for `mypy`/`pylint` include files in ...
# github-notifications
c
#18044 Runs for `mypy`/`pylint` include files in the sandbox Issue created by thejcannon Describe the bug Runs for
mypy
include both `resources`/`files` in the sandbox which can have some unfortunate side-effects. Namely when
namespace_packages
is
True
(soon to be the default), having a resource/file in a directory with the same name as 3rdparty module causes
mypy
to fail to see the 3rdparty module. I suspect that
resources
should be included, but
files
shouldn't. Pants version 2.14.x OS N/A Additional info N/A pantsbuild/pants