Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,15 +181,16 @@ part before or alongside your code PR.

```shell
uv sync --extra test --extra eval --extra a2a
pytest ./tests/unittests
uv run pytest ./tests/unittests
```

6. **Auto-format the code:**

**NOTE**: We use `isort` and `pyink` for styles. Use the included
autoformat.sh to auto-format.
**NOTE**: We use `isort` and `pyink` for styles, make sure they are installed on the active virtual environment.
Use the included autoformat.sh to auto-format.

```shell
uv sync --extra dev
./autoformat.sh
```

Expand Down