9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"include": ["src", "tests"],
|
|
"extraPaths": ["src"],
|
|
"venvPath": ".",
|
|
"venv": ".venv",
|
|
"pythonVersion": "3.12",
|
|
"typeCheckingMode": "standard"
|
|
}
|