disable unknown type warnings

This commit is contained in:
2026-02-10 20:14:40 +01:00
parent 69458c477f
commit 3c8ac842d2

6
pyrightconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"reportUnknownMemberType": false,
"reportUnknownArgumentType": false,
"reportUnknownVariableType": false,
"reportAny": false,
}