16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"pythonPlatform": "All",
|
|
"pythonVersion": "3.9",
|
|
"typeCheckingMode": "strict",
|
|
"reportImportCycles": "none",
|
|
"reportImplicitStringConcatenation": "none",
|
|
"reportMissingModuleSource": "none",
|
|
"exclude": [
|
|
"**/__pycache__",
|
|
".git"
|
|
],
|
|
"include": [
|
|
"scripts/*",
|
|
]
|
|
}
|