placeholder-api/pyrightconfig.json

9 lines
158 B
JSON

{
"include": ["src", "tests"],
"extraPaths": ["src"],
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.12",
"typeCheckingMode": "standard"
}