uv/crates/uv-settings
Charlie Marsh 03de6c36e3
Warn on invalid `uv.toml` when provided via direct path (#14653)
## Summary

We validate the `uv.toml` when it's discovered automatically, but not
when provided via `--config-file`. The same limitations exist, though --
I think the lack of enforcement is just an oversight.

Closes https://github.com/astral-sh/uv/issues/14650.
2025-07-16 13:48:16 +00:00
..
src Warn on invalid `uv.toml` when provided via direct path (#14653) 2025-07-16 13:48:16 +00:00
Cargo.toml Add `uv add --bounds` to configure the version constraint (#12946) 2025-05-28 13:11:31 +00:00