ClimAI / pyrightconfig.json
iPurushottam's picture
Upload folder using huggingface_hub
5fd9d71 verified
raw
history blame contribute delete
545 Bytes
{
"pythonVersion": "3.14",
"pythonPlatform": "Windows",
"reportMissingModuleSource": false,
"reportMissingImports": false,
"reportGeneralTypeIssues": false,
"reportOptionalMemberAccess": false,
"reportIndexIssue": false,
"typeCheckingMode": "off",
"executionEnvironments": [
{
"root": ".",
"extraPaths": [
"."
],
"pythonPath": "C:\\Users\\acer\\AppData\\Local\\Programs\\Python\\Python314\\python.exe"
}
]
}