commitguard-env / pyrightconfig.json
Nitishkumar-ai's picture
Deployment Build (Final): Professional Structure + Blog
95cbc5b
raw
history blame contribute delete
266 Bytes
{
"venvPath": ".",
"venv": ".venv",
"include": [
"scripts",
"commitguard_env",
"server",
"."
],
"extraPaths": [
"${workspaceFolder}",
"${workspaceFolder}/scripts"
],
"reportMissingImports": true,
"typeCheckingMode": "basic"
}