Cary Hawkins
Cary Hawkins
> So I propose that we change hatch to actually collect the list of defined dependency groups and merge it with the list of hatch envs (each dependency group implicitly...
@ofek these changes look good to me. I think once the branch conflicts resolution is done we can merge this as well and maybe release this and workspace environments at...
I am okay with moving to double quotes, I can handle the rebase locally for double quotes changes even with a large diff. A lot of the work so far...
This is already possible to support using a plugin, https://hatch.pypa.io/latest/plugins/version-scheme/reference/ for documentation on supporting a schema such as CalVer.
A quick search revealed there is an existing plugin out there https://github.com/akx/hatch-calver we can certainly add this as a known third party plugin in the documentation.
How did you try to remove the environments? Was it through `hatch env prune` or `hatch env remove {env_name}`? Or did you just delete the file location?
Can you provide more information, what OS are you running from? Do you see the same when running hatch from the binary rather than as a python module? Can you...
The goal is not to help you debug but to get some form of minimal reproducible example from which to start to determine why there is not enough output in...
Does your package root folder name also contain a hyphen?
We can certainly have a discussion around having a sync command. But for the following "Another way to approach this problem is by checking if the project whl needs to...