blob: 5f205a5d2fd30c09fb9c4062eaa848dc867f4899 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$schema": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json",
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.13",
"typeCheckingMode": "basic",
"reportMissingTypeStubs": false,
"include": ["**/*.py"],
"executionEnvironments": [
{ "root": "." }
]
}
|