8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"include": ["src"],
|
|
"exclude": ["**/.nox", "**/__pycache__", "**/site-packages"],
|
|
"pythonVersion": "3.13",
|
|
"typeCheckingMode": "strict",
|
|
"stubPath": "typings"
|
|
}
|