Switch from mypy to pyright
This commit is contained in:
parent
7b26d3a160
commit
cc0c978f0c
12 changed files with 1000 additions and 17 deletions
5
pyrightconfig.json
Normal file
5
pyrightconfig.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"include": ["oin_thermostat"],
|
||||
"strict": ["oin_thermostat"],
|
||||
"venvPath": "env"
|
||||
}
|
||||
Reference in a new issue