From a4b830956c4c8a69e1d8f5eb1b561e2f142e6ac0 Mon Sep 17 00:00:00 2001 From: statsabot <> Date: Sat, 25 Jan 2025 12:37:54 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Automated=20regeneration=20of=20?= =?UTF-8?q?examples=20and=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/example.csv | 2 +- examples/example.json | 8 ++++---- examples/example.md | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/example.csv b/examples/example.csv index a33f67d0..01de1479 100644 --- a/examples/example.csv +++ b/examples/example.csv @@ -174,5 +174,5 @@ workalendar,types-workalendar,https://github.com/workalendar/workalendar,COMPLET wurlitzer,types-wurlitzer,https://github.com/minrk/wurlitzer,COMPLETE,-,130,UP_TO_DATE,UPLOADED,NOT_STRICT,95,0,32,1,0,0,0,0,7,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,0 xdgenvpy,types-xdgenvpy,https://gitlab.com/deliberist-group/xdgenvpy,COMPLETE,-,40,UP_TO_DATE,UPLOADED,STRICT,1,0,23,0,0,0,0,0,0,0,0,3,0,0,ERROR_ON_MISSING_STUB,linux,1 xmltodict,types-xmltodict,https://github.com/martinblech/xmltodict,COMPLETE,-,35,UP_TO_DATE,UPLOADED,STRICT,20,0,3,0,0,0,7,1,1,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 -zstd,types-zstd,https://github.com/sergey-dryabzhinsky/python-zstd,COMPLETE,-,15,OUT_OF_DATE,UPLOADED,STRICT,13,0,13,0,0,0,0,0,0,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 +zstd,types-zstd,https://github.com/sergey-dryabzhinsky/python-zstd,COMPLETE,-,21,UP_TO_DATE,UPLOADED,STRICT,5,0,11,0,0,0,0,0,0,0,0,1,0,0,ERROR_ON_MISSING_STUB,linux,0 zxcvbn,types-zxcvbn,https://github.com/dwolfhub/zxcvbn-python,COMPLETE,-,164,UP_TO_DATE,UPLOADED,STRICT,63,0,39,0,0,0,0,0,76,1,0,9,0,0,ERROR_ON_MISSING_STUB,linux,1 diff --git a/examples/example.json b/examples/example.json index cffca1a8..cff713ed 100644 --- a/examples/example.json +++ b/examples/example.json @@ -5907,8 +5907,8 @@ "upstream_url": "https://github.com/sergey-dryabzhinsky/python-zstd", "completeness_level": "COMPLETE", "extra_description": null, - "number_of_lines": 15, - "package_status": "OUT_OF_DATE", + "number_of_lines": 21, + "package_status": "UP_TO_DATE", "upload_status": "UPLOADED", "stubtest_settings": { "strictness": "ERROR_ON_MISSING_STUB", @@ -5919,9 +5919,9 @@ }, "pyright_setting": "STRICT", "annotation_stats": { - "annotated_parameters": 13, + "annotated_parameters": 5, "unannotated_parameters": 0, - "annotated_returns": 13, + "annotated_returns": 11, "unannotated_returns": 0, "explicit_Incomplete_parameters": 0, "explicit_Incomplete_returns": 0, diff --git a/examples/example.md b/examples/example.md index 45b8871d..fd7e4f31 100644 --- a/examples/example.md +++ b/examples/example.md @@ -9892,11 +9892,11 @@ All files in this stubs package are tested with the stricter pyright settings in ### Number of lines -15 (excluding blank lines) +21 (excluding blank lines) -### Package status: *out of date* +### Package status: *up to date* -These stubs may be out of date. In typeshed's CI, [stubtest][] tests these stubs against an older version of the runtime package than the latest that's available. +These stubs should be fairly up to date. In typeshed's CI, [stubtest][] tests these stubs against the latest version of the runtime package that's available. ### Upload status: *uploaded* @@ -9917,12 +9917,12 @@ All files in this stubs package are tested with the stricter pyright settings in ### Statistics on the annotations in typeshed's stubs for `zstd` - Parameters (excluding `self`, `cls`, `metacls` and `mcls`): - - Annotated parameters: 13 + - Annotated parameters: 5 - Unannotated parameters: 0 - Explicit `Any` parameters: 0 - Explicitly `Incomplete` (or partially `Incomplete`) parameters: 0 - Returns: - - Annotated returns: 13 + - Annotated returns: 11 - Unannotated returns: 0 - Explicit `Any` returns: 0 - Explicitly `Incomplete` (or partially `Incomplete`) returns: 0