mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
pyproject: Add venv to pyproject
pyright and Zed use the venv setting in pyright to correctly determine the virtual env to use.
This commit is contained in:
@@ -23,6 +23,8 @@ packages = ["mcp_python"]
|
|||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["mcp_python", "tests"]
|
include = ["mcp_python", "tests"]
|
||||||
typeCheckingMode = "strict"
|
typeCheckingMode = "strict"
|
||||||
|
venvPath = "."
|
||||||
|
venv = ".venv"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
select = ["E", "F", "I"]
|
select = ["E", "F", "I"]
|
||||||
|
|||||||
Reference in New Issue
Block a user