Files
math-research/pyrightconfig.json
T
2026-04-15 20:23:44 -04:00

11 lines
376 B
JSON

{
"extraPaths": [
"/Applications/SageMath-10-8.app/Contents/Frameworks/Sage.framework/Versions/10.8/local/lib/python3.13/site-packages"
],
"reportUnknownMemberType": "warning",
"reportUnknownArgumentType": "warning",
"reportUnknownParameterType": "warning",
"reportMissingParameterType": "warning",
"reportUnknownVariableType": "warning"
}