Python-With-Gtk-Template/pyrightconfig.json

14 lines
302 B
JSON
Raw Normal View History

2024-07-27 00:53:04 +00:00
{
"reportUndefinedVariable": false,
"reportUnusedVariable": false,
"reportUnusedImport": true,
"reportDuplicateImport": true,
"executionEnvironments": [
{
"root": "./src/versions/solarfm-0.0.1/solarfm"
}
],
"venvPath": ".",
"venv": ".venv"
}