Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7c112ce

Browse files
committed
add pyright
1 parent def05e5 commit 7c112ce

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

Diff for: pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ build-backend = "hatchling.build"
2222
artifacts = ["src/create_mcp_server/template"]
2323

2424
[tool.uv]
25-
dev-dependencies = ["ruff>=0.7.4"]
25+
dev-dependencies = [
26+
"pyright>=1.1.389",
27+
"ruff>=0.7.4",
28+
]

Diff for: uv.lock

+36-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)