You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if I have both pyproject.toml and hatch.toml in the same project/directory, then hatch.toml takes precedence and the config is overridden (replaced).
My use case for this is that I want pyproject.toml to be in git, but keep hatch.toml locally, such that I can configure my own dev environment without affecting others. A choice I make in my dev environment, that others may not, is I like my primary development venv to be in .venv. Others may include the extra packages I like to have in my dev environment (e.g., ipython).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently if I have both
pyproject.toml
andhatch.toml
in the same project/directory, thenhatch.toml
takes precedence and the config is overridden (replaced).My use case for this is that I want
pyproject.toml
to be in git, but keephatch.toml
locally, such that I can configure my own dev environment without affecting others. A choice I make in my dev environment, that others may not, is I like my primary development venv to be in.venv
. Others may include the extra packages I like to have in my dev environment (e.g.,ipython
).Is this possible by other means?
Example
Beta Was this translation helpful? Give feedback.
All reactions