Skip to content

Commit bcd2734

Browse files
committed
revert pyright change
1 parent 05bcf7e commit bcd2734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ Issues = "https://github.com/modelcontextprotocol/python-sdk/issues"
8686
packages = ["src/mcp"]
8787

8888
[tool.pyright]
89-
typeCheckingMode = "strict"
9089
include = ["src/mcp", "tests", "examples/servers"]
9190
venvPath = "."
9291
venv = ".venv"
92+
strict = ["src/mcp/**/*.py"]
9393

9494
[tool.ruff.lint]
9595
select = ["C4", "E", "F", "I", "PERF", "UP"]

0 commit comments

Comments
 (0)