HiFiFace-inference-demo / pyrightconfig.json
xuehongyang
ser
83d8d3c
raw
history blame
532 Bytes
{
"reportMissingImports": true,
"reportMissingTypeStubs": true,
"useLibraryCodeForTypes": true,
"reportUnusedImport": "warning",
"reportUnusedVariable": "warning",
"reportDuplicateImport": true,
"reportPrivateImportUsage": false,
"reportWildcardImportFromLibrary": "warning",
"reportTypedDictNotRequiredAccess": false,
"reportGeneralTypeIssues": false,
"venvPath": "/home/xuehongyang/miniconda3/envs/",
"venv": "pytorch-2.0",
"stubPath": "/home/xuehongyang/dev_configs/typings"
}