Garth Kidd
Garth Kidd
Neither `SilenceUsage` nor `Hidden` are documented. `SilenceUsage` deserves a mention under [Alternative Error Handling](https://github.com/spf13/cobra#alternative-error-handling) because otherwise you'll get usage output on all errors. `Hidden` deserves mention under [Markdown Docs](https://github.com/spf13/cobra/blob/master/doc/md_docs.md) and...
G'day, again! UV warns it failed to parse its configuration if `find-links = ["dist"]` but dist doesn't exist: ```plaintext $ uv sync warning: Failed to parse `pyproject.toml` during settings discovery:...
#1534 changed the environment variables for controlling custom Python distributions to start with `HATCH_PYTHON_CUSTOM_`, but missed mentions of the old `HATCH_PYTHON_SOURCE_` in: - [src/hatch/cli/python/install.py](https://github.com/pypa/hatch/blob/5b4d110/src/hatch/cli/python/install.py#L40) - [docs/plugins/environment/virtual.md](https://github.com/pypa/hatch/blob/5b4d110/docs/plugins/environment/virtual.md?plain=1#L59)