chore(dev): move dev-dependencies inside dependency-groups (#542)

* chore(dev): move dev-dependencies inside dependency-groups

* fix(ci): ci was not broken
This commit is contained in:
Jérome Eertmans
2025-04-18 14:15:30 +02:00
committed by GitHub
parent a5412a8df2
commit 0c6cd67038
6 changed files with 142 additions and 102 deletions

View File

@ -32,7 +32,7 @@ and development dependencies. If not already, please install this tool.
With uv, installation becomes straightforward:
```bash
uv sync --all-extras
uv sync
```
:::{note}