coding-assignment-iam/pyrightconfig.json
Joey Yakimowich-Payne 88160dc8ec Add pyright config file
2022-09-17 07:51:03 -06:00

10 lines
184 B
JSON

{
"exclude": [ ".venv" ],
"venv": ".venv",
"useLibraryCodeForTypes": true,
"reportTypeshedErrors": false,
"reportMissingImports": true,
"reportMissingTypeStubs": false
}