mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 08:43:28 +02:00
Add pyright in dev
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user