mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-25 21:37:51 +00:00
Add missing comma in projects/dependencies.md (#14613)
## Summary
Diff:
```diff
[dependency-groups]
dev = [
- {include-group = "lint"}
+ {include-group = "lint"},
{include-group = "test"}
]
```
## Test Plan
None.
This commit is contained in:
parent
77c771c7f3
commit
b046e7f3be
1 changed files with 1 additions and 1 deletions
|
|
@ -686,7 +686,7 @@ A dependency group can include other dependency groups, e.g.:
|
|||
```toml title="pyproject.toml"
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
{include-group = "lint"}
|
||||
{include-group = "lint"},
|
||||
{include-group = "test"}
|
||||
]
|
||||
lint = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue