11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["**/__pycache__", ".venv", "venv", "features"],
|
|
"typeCheckingMode": "strict",
|
|
"pythonVersion": "3.13",
|
|
"pythonPlatform": "All",
|
|
"stubPath": "typings",
|
|
"reportMissingImports": true,
|
|
"reportMissingTypeStubs": false,
|
|
"reportPrivateUsage": false
|
|
} |