<@U07BW3SEHNX> is wondering whether we could add a...
# development
b
@steep-eve-20716 is wondering whether we could add a default value for `path_mappings`: https://github.com/pantsbuild/pants/issues/21287#issuecomment-2287210068 For instance:
Copy code
[python-repos]
path_mappings = [
    'BUILD_ROOT|%(buildroot)s',
]
Thoughts?
thanks for offering to pitch-in, Jason!
👍 1
w
Will it affect any of the existing users who haven't set that value in their pants.toml?
If not, 🤷
b
Yeah, the main thing I would be worried about here is if adding the
BUILD_ROOT
path mappings as a default somehow screws up the resolution for third-party packages; however if that isn’t an issue then I’d fully support adding it as a default