File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json" ,
33 "typeshedPath" : " ." ,
4- "include" : [" stdlib" , " stubs" ],
4+ "include" : [
5+ " stdlib" ,
6+ " stubs" ,
7+ ],
58 "exclude" : [
69 // Stubs that don't work in all Python versions
710 " stubs/seaborn" ,
811 " stubs/shapely" ,
912 " stubs/geopandas" ,
1013 // test cases use a custom config file
11- " **/@tests/test_cases"
14+ " **/@tests/test_cases" ,
1215 ],
1316 "typeCheckingMode" : " strict" ,
1417 // Allowed in base settings for incomplete stubs, checked in stricter settings
4144 // The name of the self/cls parameter is out of typeshed's control.
4245 "reportSelfClsParameterName" : " none" ,
4346 // Not actionable in typeshed
44- "reportDeprecated" : " none"
47+ "reportDeprecated" : " none" ,
4548}
You can’t perform that action at this time.
0 commit comments