Added pyright conf, upfated readme, classe exception added
This commit is contained in:
11
pyrightconfig.json
Normal file
11
pyrightconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"reportUndefinedVariable": false,
|
||||
"reportUnusedVariable": false,
|
||||
"reportUnusedImport": true,
|
||||
"reportDuplicateImport": true,
|
||||
"executionEnvironments": [
|
||||
{
|
||||
"root": "./src/versions/solarfm-0.0.1/solarfm"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user