You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: knot.schema.json
+7-7
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,13 @@
62
62
"type": "string"
63
63
}
64
64
},
65
+
"python": {
66
+
"description": "Path to the Python installation from which Red Knot resolves type information and third-party dependencies.\n\nRed Knot will search in the path's `site-packages` directories for type information and third-party imports.\n\nThis option is commonly used to specify the path to a virtual environment.",
67
+
"type": [
68
+
"string",
69
+
"null"
70
+
]
71
+
},
65
72
"python-platform": {
66
73
"description": "Specifies the target platform that will be used to execute the source code. If specified, Red Knot will tailor its use of type stub files, which conditionalize type definitions based on the platform.\n\nIf no platform is specified, knot will use `all` or the current platform in the LSP use case.",
67
74
"anyOf": [
@@ -90,13 +97,6 @@
90
97
"string",
91
98
"null"
92
99
]
93
-
},
94
-
"venv-path": {
95
-
"description": "The path to the user's `site-packages` directory, where third-party packages from ``PyPI`` are installed.",
0 commit comments