Skip to content

Commit 163831a

Browse files
Update partial-pyright.json (#5410)
1 parent f04285d commit 163831a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/schemas/json/partial-pyright.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"pattern": "^3\\.[0-9]+$"
3030
},
3131
"pythonPlatform": {
32-
"enum": ["Windows", "Darwin", "Linux", "All"],
32+
"enum": ["Windows", "Darwin", "Linux", "iOS", "Android", "All"],
3333
"title": "Python platform to assume during type analysis",
34-
"description": "Specifies the target platform that will be used to execute the source code. Should be one of `Windows`, `Darwin`, `Linux`, or `All`. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
35-
"markdownDescription": "Specifies the target platform that will be used to execute the source code. Should be one of `Windows`, `Darwin`, `Linux`, or `All`. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
36-
"x-intellij-html-description": "Specifies the target platform that will be used to execute the source code. Should be one of <code>Windows</code>, <code>Darwin</code>, <code>Linux</code>, or <code>All</code>. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
34+
"description": "Specifies the target platform that will be used to execute the source code. Should be one of `Windows`, `Darwin`, `Linux`, `iOS`, `Android`, or `All`. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
35+
"markdownDescription": "Specifies the target platform that will be used to execute the source code. Should be one of `Windows`, `Darwin`, `Linux`, `iOS`, `Android`, or `All`. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
36+
"x-intellij-html-description": "Specifies the target platform that will be used to execute the source code. Should be one of <code>Windows</code>, <code>Darwin</code>, <code>Linux</code>, <code>iOS</code>, <code>Android</code>, or <code>All</code>. If specified, pyright will tailor its use of type stub files, which conditionalize type definitions based on the platform. If no platform is specified, pyright will use the current platform.",
3737
"default": "",
3838
"examples": ["Linux"]
3939
},

0 commit comments

Comments
 (0)