How to merge user configuration files with Pants configuration files #17748
sureshjoshi
started this conversation in
Development
Replies: 1 comment
-
It is confusing when one tool runs the other tool and changes the settings for that underyling tool. But, it's necessary and needs to be clearly documented.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From Slack: https://pantsbuild.slack.com/archives/C0D7TNJHL/p1669737065712459
What's the pattern for when we want to merge user configuration with Pants configuration?
I can imagine a few styles:
I'm going to work on pyright's config, and for some paths/venvs, I'll want to put Pants-generated locations, and ignore everything else. BUT, I can see a use case where a user may want to specify a local development venv for testing (for example)
Josh
Benjy
Beta Was this translation helpful? Give feedback.
All reactions