chore: split dependency groups

This commit is contained in:
Matteo Bernardini
2025-09-03 11:45:29 +08:00
committed by Lars Immisch
parent 6822cffcc8
commit 38d0882379
4 changed files with 14 additions and 10 deletions

View File

@@ -62,8 +62,10 @@ before-all = "ci/setup_cibuildwheel.sh"
[dependency-groups]
dev = [
lint = [
"mypy>=1.17.1",
"pyright>=1.1.403",
]
doc = [
"sphinx>=8.1.3",
]