diff --git a/examples/example.csv b/examples/example.csv index 64621447..87ce2720 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -147,7 +147,7 @@ simplejson,types-simplejson,https://github.com/simplejson/simplejson,COMPLETE,-, 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,22 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,-,63704,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,28727,819,15764,362,81,12,2011,831,8924,315,321,3086,25,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,997 +stdlib,-,https://github.com/python/cpython,STDLIB,-,63730,STDLIB,NOT_CURRENTLY_UPLOADED,STRICT_ON_SOME_FILES,28732,819,15768,362,81,12,2011,831,8925,315,321,3086,25,0,ERROR_ON_MISSING_STUB,darwin;linux;win32,988 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 27.2 on `tensorflow==2.18.0`.,25798,UP_TO_DATE,UPLOADED,NOT_STRICT,5346,8,2954,4,40,58,60,34,5431,5,9,920,1,0,MISSING_STUBS_IGNORED,linux,51 diff --git a/examples/example.json b/examples/example.json index ccffd6af..6dfc316c 100644 --- a/examples/example.json +++ b/examples/example.json @@ -5021,7 +5021,7 @@ "upstream_url": "https://github.com/python/cpython", "completeness_level": "STDLIB", "extra_description": null, - "number_of_lines": 63704, + "number_of_lines": 63730, "package_status": "STDLIB", "upload_status": "NOT_CURRENTLY_UPLOADED", "stubtest_settings": { @@ -5031,19 +5031,19 @@ "linux", "win32" ], - "allowlist_length": 997 + "allowlist_length": 988 }, "pyright_setting": "STRICT_ON_SOME_FILES", "annotation_stats": { - "annotated_parameters": 28727, + "annotated_parameters": 28732, "unannotated_parameters": 819, - "annotated_returns": 15764, + "annotated_returns": 15768, "unannotated_returns": 362, "explicit_Incomplete_parameters": 81, "explicit_Incomplete_returns": 12, "explicit_Any_parameters": 2011, "explicit_Any_returns": 831, - "annotated_variables": 8924, + "annotated_variables": 8925, "explicit_Any_variables": 315, "explicit_Incomplete_variables": 321, "classdefs": 3086, diff --git a/examples/example.md b/examples/example.md index 6ccf76f3..7bb22781 100644 --- a/examples/example.md +++ b/examples/example.md @@ -8404,7 +8404,7 @@ All files in this stubs package are tested with the stricter pyright settings in ### Number of lines -63,704 (excluding blank lines) +63,730 (excluding blank lines) ### Package status: *stdlib* @@ -8420,7 +8420,7 @@ Objects missing from the stub cause stubtest to emit an error in typeshed's CI. In CI, stubtest is run on `darwin`, `linux` and `win32`. -Typeshed currently has 997 unique allowlist entries for the stdlib when running stubtest in CI. +Typeshed currently has 988 unique allowlist entries for the stdlib when running stubtest in CI. ### Pyright settings in CI: *strict on some files* @@ -8429,17 +8429,17 @@ Some files in this stubs package are tested with the stricter pyright settings i ### Statistics on the annotations in typeshed's stubs for the stdlib - Parameters (excluding `self`, `cls`, `metacls` and `mcls`): - - Annotated parameters: 28,727 + - Annotated parameters: 28,732 - Unannotated parameters: 819 - Explicit `Any` parameters: 2,011 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 81 - Returns: - - Annotated returns: 15,764 + - Annotated returns: 15,768 - Unannotated returns: 362 - Explicit `Any` returns: 831 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 12 - Variables: - - Annotated variables: 8,924 + - Annotated variables: 8,925 - Explicit `Any` variables: 315 - Explicitly `Incomplete` (or partially `Incomplete`) variables: 321 - Class definitions: