Skip to content

Commit 9126f30

Browse files
authored
docs: fix formatting in contributing.md for command syntax
1 parent 0c95a93 commit 9126f30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The repositories support using **ruff** following PEP8 with command:
6464

6565
```bash
6666
# Install ruff
67-
uv sync -- extra dev
67+
uv sync --extra dev
6868

6969
# Linting
7070
uv run ruff check app/
@@ -77,7 +77,7 @@ uv run ruff format app/
7777

7878
```bash
7979
# Install testing dependencies
80-
uv sync -- extra test
80+
uv sync --extra test
8181

8282
# Run all tests
8383
uv run pytest

0 commit comments

Comments
 (0)