Skip to content

Commit c84d1eb

Browse files
committed
docs: update contribution guide related to uv
1 parent 4cb3f95 commit c84d1eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you're a first-time contributor, please check out issues labeled [good first
4040
```
4141
4. Set up the development environment:
4242
```bash
43-
uv sync --dev
43+
uv sync --all-groups
4444
```
4545
5. Set up pre-commit hooks:
4646
```bash

docs/contributing_tldr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please check the [pyproject.toml](https://github.com/commitizen-tools/commitizen
1313

1414
```bash
1515
# Ensure you have the correct dependencies
16-
uv sync --dev
16+
uv sync --all-groups
1717

1818
# Make ruff happy
1919
uv run poe format

0 commit comments

Comments
 (0)