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

@@ -10,5 +10,10 @@ dependencies = ["mcp>=0.9.1"]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"pyright>=1.1.389",
]
[project.scripts]
mcp-server-sqlite = "mcp_server_sqlite:main"