Files
Python-With-Gtk-Template/pyrightconfig.json

14 lines
272 B
JSON
Raw Normal View History

2024-07-26 19:53:04 -05:00
{
"reportUndefinedVariable": false,
"reportUnusedVariable": false,
"reportUnusedImport": true,
"reportDuplicateImport": true,
"executionEnvironments": [
{
"root": "./src/"
2024-07-26 19:53:04 -05:00
}
],
"venvPath": ".",
"venv": ".venv"
}