Noob_test/pyrightconfig.json
2026-04-06 14:06:27 +03:00

8 lines
140 B
JSON

{
"venvPath": ".",
"venv": ".venv",
"typeCheckingMode": "basic",
"reportMissingImports": true,
"reportMissingTypeStubs": "none"
}