add pyright and pytest

This commit is contained in:
David Soria Parra
2024-11-24 21:09:42 +00:00
parent e335d98e3f
commit b8aeb35fe2
2 changed files with 84 additions and 1 deletions

View File

@@ -12,6 +12,8 @@ build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"pyright>=1.1.389",
"pytest>=8.3.3",
"ruff>=0.8.0",
]