We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce988b commit c0df00aCopy full SHA for c0df00a
pyrightconfig-strict.json
@@ -5,5 +5,7 @@
5
"enableTypeIgnoreComments": false,
6
"reportUnnecessaryTypeIgnoreComment": true,
7
"reportMissingModuleSource": true,
8
- "useLibraryCodeForTypes": false
+ "useLibraryCodeForTypes": false,
9
+ "reportPrivateUsage": false,
10
+ "reportUnknownLambdaType": false
11
}
0 commit comments