stubtest: per project --ignore-missing-stub (#8122)

This commit is contained in:
Shantanu
2022-06-21 05:52:24 -07:00
committed by GitHub
parent f9e24680c3
commit 305f10b808
4 changed files with 9 additions and 5 deletions
+3
View File
@@ -1 +1,4 @@
version = "3.0.*"
[tool.stubtest]
ignore_missing_stub = false
+3
View File
@@ -4,6 +4,9 @@ from typing_extensions import SupportsIndex, final
VERSION: str
XXHASH_VERSION: str
VERSION_TUPLE: tuple[int, ...]
algorithms_available: set[str]
class _IntDigestHash(_Hash):
@property