Skip to content

Commit 34937b7

Browse files
committed
pyproject: Remove strict typing for now
We currently have 21 non strict typing issues and 112 strict typing issues. Most of the strict ones come from generic handling. This is the initial step to tackle the non strict errors by ignoring strict errors and adding github actions to check for type errors. Once this is place we move back to using strict types.
1 parent a05e66b commit 34937b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ packages = ["mcp_python"]
2222

2323
[tool.pyright]
2424
include = ["mcp_python", "tests"]
25-
typeCheckingMode = "strict"
2625
venvPath = "."
2726
venv = ".venv"
2827

0 commit comments

Comments
 (0)