diff --git a/examples/example.csv b/examples/example.csv index c54c6425..99a3c939 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -143,13 +143,13 @@ retry,types-retry,https://github.com/invl/retry,COMPLETE,-,28,UP_TO_DATE,UPLOADE s2clientprotocol,types-s2clientprotocol,https://github.com/Blizzard/s2client-proto,COMPLETE,Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on [s2client-proto 5.0.12.91115.0](https://github.com/Blizzard/s2client-proto/tree/c04df4adbe274858a4eb8417175ee32ad02fd609).,5029,UP_TO_DATE,UPLOADED,STRICT,856,0,676,0,0,0,0,0,1864,0,0,239,0,0,ERROR_ON_MISSING_STUB,linux,1 seaborn,types-seaborn,https://github.com/mwaskom/seaborn,COMPLETE,-,2587,UP_TO_DATE,UPLOADED,ENTIRELY_EXCLUDED,1445,25,357,2,34,7,155,17,282,13,24,100,1,0,ERROR_ON_MISSING_STUB,linux,5 setuptools,types-setuptools,https://github.com/pypa/setuptools,COMPLETE,"If using `setuptools >= 71.1` *only* for `pkg_resources`, -you don't need `types-setuptools` since `pkg_resources` is now typed.",3535,UP_TO_DATE,UPLOADED,STRICT_ON_SOME_FILES,1224,435,1001,189,43,13,3,5,693,3,236,184,0,0,ERROR_ON_MISSING_STUB,linux;win32,93 +you don't need `types-setuptools` since `pkg_resources` is now typed.",3535,UP_TO_DATE,UPLOADED,STRICT_ON_SOME_FILES,1224,435,1002,188,43,13,3,5,693,3,236,184,0,0,ERROR_ON_MISSING_STUB,linux;win32,93 shapely,types-shapely,https://github.com/shapely/shapely,COMPLETE,-,2595,UP_TO_DATE,UPLOADED,ENTIRELY_EXCLUDED,1424,390,710,0,0,0,14,15,151,0,1,42,0,0,ERROR_ON_MISSING_STUB,linux,3 simplejson,types-simplejson,https://github.com/simplejson/simplejson,COMPLETE,-,277,UP_TO_DATE,UPLOADED,STRICT,180,0,24,0,0,0,46,6,49,7,0,6,0,0,ERROR_ON_MISSING_STUB,linux,11 singledispatch,types-singledispatch,https://github.com/jaraco/singledispatch,COMPLETE,-,27,UP_TO_DATE,UPLOADED,STRICT,16,0,12,0,0,0,7,0,3,1,0,2,0,0,ERROR_ON_MISSING_STUB,linux,0 six,types-six,https://github.com/benjaminp/six,COMPLETE,-,335,UP_TO_DATE,UPLOADED,STRICT,69,0,38,0,0,0,8,6,13,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,26 slumber,types-slumber,https://github.com/samgiles/slumber,COMPLETE,-,74,UP_TO_DATE,UPLOADED,STRICT,43,0,25,0,0,0,11,5,9,0,0,15,0,0,ERROR_ON_MISSING_STUB,linux,2 -stdlib,-,https://github.com/python/cpython,STDLIB,-,59744,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,27532,819,14963,367,76,12,1991,856,8533,486,151,2458,25,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1059 +stdlib,-,https://github.com/python/cpython,STDLIB,-,59744,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,27532,819,14968,362,76,12,1991,856,8533,486,151,2458,25,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,1059 str2bool,types-str2bool,https://github.com/symonsoft/str2bool,COMPLETE,-,6,UP_TO_DATE,UPLOADED,STRICT,5,0,3,0,0,0,0,0,0,0,0,0,0,0,ERROR_ON_MISSING_STUB,linux,0 tabulate,types-tabulate,https://github.com/astanin/python-tabulate,COMPLETE,-,60,UP_TO_DATE,UPLOADED,STRICT,15,0,3,0,0,0,2,0,26,0,0,4,0,0,ERROR_ON_MISSING_STUB,linux,0 tensorflow,types-tensorflow,https://github.com/tensorflow/tensorflow,PARTIAL,Partially generated using [mypy-protobuf==3.6.0](https://github.com/nipunn1313/mypy-protobuf/tree/v3.6.0) and libprotoc 26.1 on `tensorflow==2.17.0`.,25919,UP_TO_DATE,UPLOADED,NOT_STRICT,5365,8,3048,4,24,58,60,34,5427,5,9,945,1,0,MISSING_STUBS_IGNORED,linux,51 diff --git a/examples/example.json b/examples/example.json index d09661c2..3fe9710b 100644 --- a/examples/example.json +++ b/examples/example.json @@ -4899,8 +4899,8 @@ "annotation_stats": { "annotated_parameters": 1224, "unannotated_parameters": 435, - "annotated_returns": 1001, - "unannotated_returns": 189, + "annotated_returns": 1002, + "unannotated_returns": 188, "explicit_Incomplete_parameters": 43, "explicit_Incomplete_returns": 13, "explicit_Any_parameters": 3, @@ -5105,8 +5105,8 @@ "annotation_stats": { "annotated_parameters": 27532, "unannotated_parameters": 819, - "annotated_returns": 14963, - "unannotated_returns": 367, + "annotated_returns": 14968, + "unannotated_returns": 362, "explicit_Incomplete_parameters": 76, "explicit_Incomplete_returns": 12, "explicit_Any_parameters": 1991, diff --git a/examples/example.md b/examples/example.md index c615caf8..faa77f8b 100644 --- a/examples/example.md +++ b/examples/example.md @@ -8210,8 +8210,8 @@ Some files in this stubs package are tested with the stricter pyright settings i - Explicit `Any` parameters: 3 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 43 - Returns: - - Annotated returns: 1,001 - - Unannotated returns: 189 + - Annotated returns: 1,002 + - Unannotated returns: 188 - Explicit `Any` returns: 5 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 13 - Variables: @@ -8548,8 +8548,8 @@ Some files in this stubs package are tested with the stricter pyright settings i - Explicit `Any` parameters: 1,991 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 76 - Returns: - - Annotated returns: 14,963 - - Unannotated returns: 367 + - Annotated returns: 14,968 + - Unannotated returns: 362 - Explicit `Any` returns: 856 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 12 - Variables: