Files
Newton-Editor/pyrightconfig.json

14 lines
272 B
JSON
Raw Permalink Normal View History

2026-01-04 11:42:27 -06:00
{
"reportUndefinedVariable": false,
"reportUnusedVariable": false,
"reportUnusedImport": true,
"reportDuplicateImport": true,
"executionEnvironments": [
{
"root": "./src/"
2026-01-04 11:42:27 -06:00
}
],
"venvPath": ".",
"venv": ".venv"
}