We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f5dffa + a05e66b commit 0ccff90Copy full SHA for 0ccff90
.python-version
@@ -0,0 +1 @@
1
+3.11
pyproject.toml
@@ -23,12 +23,16 @@ packages = ["mcp_python"]
23
[tool.pyright]
24
include = ["mcp_python", "tests"]
25
typeCheckingMode = "strict"
26
+venvPath = "."
27
+venv = ".venv"
28
-[tool.ruff]
29
+[tool.ruff.lint]
30
select = ["E", "F", "I"]
31
ignore = []
32
+
33
+[tool.ruff]
34
line-length = 88
35
target-version = "py38"
36
-[tool.ruff.per-file-ignores]
37
+[tool.ruff.lint.per-file-ignores]
38
"__init__.py" = ["F401"]
0 commit comments