Files
cleverclaude-core/pyrightconfig.json
T
2025-08-01 18:38:09 -04:00

11 lines
295 B
JSON

{
"include": ["src"],
"exclude": ["**/__pycache__", ".venv", "venv", "features"],
"typeCheckingMode": "strict",
"pythonVersion": "3.13",
"pythonPlatform": "All",
"stubPath": "typings",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"reportPrivateUsage": false
}