myrmidon / python /pyrightconfig.json
tek Atrust
chore(deploy): build monolithic server for Hugging Face
d5ef46f
Raw
History Blame Contribute Delete
455 Bytes
{
"include": [
"src",
"tests"
],
"exclude": [
"**/__pycache__",
"**/.pytest_cache",
"build",
"dist",
".venv"
],
"extraPaths": [
"."
],
"typeCheckingMode": "basic",
"pythonVersion": "3.12",
"pythonPlatform": "All",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"useLibraryCodeForTypes": true,
"autoSearchPaths": true,
"venvPath": ".",
"venv": ".venv",
"stubPath": "typings"
}