hf-viz / pyrightconfig.json
midah's picture
Apply clean grayscale design, remove all emojis
4fac556
{
"include": [
"backend"
],
"exclude": [
"**/__pycache__",
"**/node_modules"
],
"executionEnvironments": [
{
"root": ".",
"pythonVersion": "3.13",
"pythonPlatform": "Darwin",
"extraPaths": [
"backend",
"venv/lib/python3.13/site-packages"
],
"venvPath": ".",
"venv": "venv"
}
],
"reportMissingImports": "warning",
"reportMissingTypeStubs": false,
"typeCheckingMode": "basic"
}