uv/docs/configuration
Mathieu Kniewallner 5cc76679e9
docs(configuration): clarify uv.toml precedence (#6986)
## Summary

Add a note in the documentation to clarify that `uv.toml` files take
precedence over `[tool.uv]` section in `pyproject.toml`, based on the
warning shown in the CLI:

```console
$ uv version
warning: Found both a `uv.toml` file and a `[tool.uv]` section in an adjacent `pyproject.toml`. The `[tool.uv]` section will be ignored in favor of the `uv.toml` file.
uv 0.4.2 (Homebrew 2024-09-01)
```
2024-09-04 15:57:41 +00:00
..
authentication.md Add support for --trusted-host (#6591) 2024-08-27 09:36:50 -04:00
environment.md Add docs for UV_PROJECT_ENVIRONMENT (#6987) 2024-09-03 19:47:05 -04:00
files.md docs(configuration): clarify uv.toml precedence (#6986) 2024-09-04 15:57:41 +00:00
index.md Use prettier to format the documentation (#5708) 2024-08-02 08:58:31 -05:00