Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/python/cocalc-api/pyrightconfig.json
5555 views
1
{
2
"include": [
3
"src",
4
"tests"
5
],
6
"extraPaths": [
7
"src"
8
],
9
"venvPath": ".",
10
"venv": ".venv",
11
"pythonVersion": "3.12",
12
"typeCheckingMode": "basic"
13
}
14