OldGrumpyViking
OldGrumpyViking
Hi Thank you for a very nice tool :) Reference to documentation: [Self-referential environments](https://hatch.pypa.io/latest/config/environment/overview/#self-referential-environments) Using config: ```toml [tool.hatch.envs.lock] template = "lock" ``` ```bash $ hatch --version Hatch, version 1.4.0 $...
Hatch v1.3.1: From the documentation: `Hatch ensures that environments are always compatible with the currently defined project dependencies.` However hatch only installs dependencies and does not remove them again even...
When using the new `hatch config set dirs.env.virtual ~/.virtualenvs` the created environments are not prefixed with the project name. This causes environment clashing if the same environment shortnames are used...