Skip to content

Commit 483fdaa

Browse files
committed
#123 Update Pyright config
1 parent b5f4b04 commit 483fdaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyrightconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"typeCheckingMode": "strict",
33
"reportImportCycles": "warning",
4+
"reportUnknownArgumentType": "warning",
45
"reportUnknownMemberType": "warning",
6+
"reportUnknownParameterType": "warning",
57
"reportUnknownVariableType": "warning"
68
}

0 commit comments

Comments
 (0)