Archon/python/pyrightconfig.json

26 lines
455 B
JSON

{
"include": [
"src",
"tests"
],
"exclude": [
"**/__pycache__",
"**/.pytest_cache",
"build",
"dist",
".venv"
],
"extraPaths": [
"."
],
"typeCheckingMode": "basic",
"pythonVersion": "3.12",
"pythonPlatform": "All",
"reportMissingImports": true,
"reportMissingTypeStubs": false,
"useLibraryCodeForTypes": true,
"autoSearchPaths": true,
"venvPath": ".",
"venv": ".venv",
"stubPath": "typings"
}