update readme

This commit is contained in:
2024-07-26 19:53:04 -05:00
parent 62debf9ece
commit 25b6b5305b
2 changed files with 15 additions and 1 deletions

13
pyrightconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"reportUndefinedVariable": false,
"reportUnusedVariable": false,
"reportUnusedImport": true,
"reportDuplicateImport": true,
"executionEnvironments": [
{
"root": "./src/versions/solarfm-0.0.1/solarfm"
}
],
"venvPath": ".",
"venv": ".venv"
}