Add pyright config file

This commit is contained in:
Joey Yakimowich-Payne 2022-09-17 07:51:03 -06:00
commit 88160dc8ec

10
pyrightconfig.json Normal file
View file

@ -0,0 +1,10 @@
{
"exclude": [ ".venv" ],
"venv": ".venv",
"useLibraryCodeForTypes": true,
"reportTypeshedErrors": false,
"reportMissingImports": true,
"reportMissingTypeStubs": false
}