conallprendergast

Results 4 comments of conallprendergast

This is not working with my current configuration, with hatch 1.7.0 Oddly this does work in the scripts section ``` [tool.hatch.envs.venv.scripts] display = "echo {matrix:python}" ```

I am trying to set the default location for virtual environments to be in the project dir, so that I can easily use hatch environments with IDEs I understand this...

What is the process for overriding config parameters that are shown in `hatch config show` ? Oddly enough adding various parameters to a `hatch.toml` in user home, and also in...

Ah I see. Makes sense yeah. I think it would make more sense to support context formatting in the env `path` option. What do you think?