Files
rerun-io--rerun/pyrightconfig.json
2026-07-13 13:05:14 +08:00

24 lines
363 B
JSON

{
"extraPaths": [
"rerun_py/rerun_sdk",
"rerun_py/tests/api_sandbox"
],
"exclude": [
"**/node_modules",
"**/__pycache__",
"target*",
"venv*",
".pixi",
"build"
],
"ignore": [
"rerun_py/rerun"
],
"defineConstant": {
"DEBUG": true
},
"venvPath": ".",
"venv": ".venv",
"reportPrivateImportUsage": false
}