Skip to content

Commit c0df00a

Browse files
committed
chore(pyright): #1171 remove two strict rules
1 parent 6ce988b commit c0df00a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyrightconfig-strict.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@
55
"enableTypeIgnoreComments": false,
66
"reportUnnecessaryTypeIgnoreComment": true,
77
"reportMissingModuleSource": true,
8-
"useLibraryCodeForTypes": false
8+
"useLibraryCodeForTypes": false,
9+
"reportPrivateUsage": false,
10+
"reportUnknownLambdaType": false
911
}

0 commit comments

Comments
 (0)