mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
stubtest: per project --ignore-missing-stub (#8122)
This commit is contained in:
@@ -1 +1,4 @@
|
||||
version = "3.0.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user