10 lines
209 B
JSON
10 lines
209 B
JSON
{
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"pythonVersion": "3.13",
|
|
"include": ["config.py"],
|
|
"exclude": [".venv", "**/__pycache__"],
|
|
"reportMissingImports": "error",
|
|
"reportMissingTypeStubs": "none"
|
|
}
|