Add pyright in dev

This commit is contained in:
Justin Spahr-Summers
2024-11-21 21:40:29 +00:00
parent 6d4bbf5982
commit 46dde5252c
4 changed files with 66 additions and 2 deletions

View File

@@ -30,4 +30,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = ["ruff>=0.7.3"]
dev-dependencies = [
"pyright>=1.1.389",
"ruff>=0.7.3",
]