Commits
Click on a commit to change the comparison rangeHide additional system-level settings from `pyproject.toml`
Following #16918, mark additional system-level settings as `uv_toml_only`
so they don't appear in the `pyproject.toml` documentation examples:
- `native-tls`: System-level TLS configuration that depends on the OS
certificate store
- `cache-dir`: Machine-specific filesystem paths
- `python-install-mirror`: Organization-specific mirror URLs
- `pypy-install-mirror`: Organization-specific mirror URLs
- `python-downloads-json-url`: Organization-specific URLs
These settings are machine/user/organization-specific and shouldn't be
committed to VCS via `pyproject.toml`.