chore(deps): add mypy (for stubtest utility)

This commit is contained in:
Matteo Bernardini
2025-08-06 17:14:31 +08:00
committed by Lars Immisch
parent e96f550862
commit ed83b3e29b
2 changed files with 108 additions and 1 deletions

View File

@@ -48,5 +48,6 @@ ext-modules = [
[dependency-groups]
dev = [
"mypy>=1.17.1",
"pyright>=1.1.403",
]