cool-easter-32542
10/24/2023, 4:36 PMmypy 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/pantscool-easter-32542
10/24/2023, 4:36 PMcool-easter-32542
10/25/2023, 8:56 PM