Skip to content

Commit 5687183

Browse files
committed
Remove redundant --group dev flag from uv sync
The dev group is already specified as a default group in pyproject.toml, so uv sync automatically includes it without the explicit flag.
1 parent a5ab857 commit 5687183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ graphql_op='getUserProfile' - 2 queries (optimized)
116116
Contributions welcome! Please see our issues and discussions.
117117

118118
```bash
119-
# Install with dev dependencies
120-
uv sync --group dev
119+
# Install dependencies
120+
uv sync
121121

122122
# Run tests
123123
just test

0 commit comments

Comments
 (0)