mirror of https://github.com/astral-sh/uv
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
|
|
@ -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…
Reference in New Issue