Add partial_stub metadata field (#10157)

This commit is contained in:
Avasam
2023-05-10 11:04:18 -04:00
committed by GitHub
parent ff700e1b95
commit db0149859c
51 changed files with 68 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
version = "2.12.*"
# requires a version of numpy with a `py.typed` file
requires = ["numpy>=1.20", "types-protobuf"]
partial_stub = true
[tool.stubtest]
ignore_missing_stub = true