Add pyright config file
This commit is contained in:
parent
e5efffb06a
commit
88160dc8ec
1 changed files with 10 additions and 0 deletions
10
pyrightconfig.json
Normal file
10
pyrightconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"exclude": [ ".venv" ],
|
||||
"venv": ".venv",
|
||||
"useLibraryCodeForTypes": true,
|
||||
|
||||
"reportTypeshedErrors": false,
|
||||
"reportMissingImports": true,
|
||||
"reportMissingTypeStubs": false
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue