disable unknown type warnings
This commit is contained in:
6
pyrightconfig.json
Normal file
6
pyrightconfig.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"reportUnknownMemberType": false,
|
||||||
|
"reportUnknownArgumentType": false,
|
||||||
|
"reportUnknownVariableType": false,
|
||||||
|
"reportAny": false,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user