mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
dj-database-url, docopt, editdistance, first: check missing defs (#8154)
This commit is contained in:
@@ -1 +1,4 @@
|
||||
version = "0.5.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Prior to v0.6, docopt() had only 3 optional args
|
||||
version = "0.6.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
version = "0.6.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
version = "2.0.*"
|
||||
|
||||
[tool.stubtest]
|
||||
ignore_missing_stub = false
|
||||
|
||||
@@ -4,6 +4,9 @@ from typing import Any, TypeVar, overload
|
||||
_T = TypeVar("_T")
|
||||
_S = TypeVar("_S")
|
||||
|
||||
__license__: str
|
||||
__title__: str
|
||||
|
||||
@overload
|
||||
def first(iterable: Iterable[_T]) -> _T | None: ...
|
||||
@overload
|
||||
|
||||
Reference in New Issue
Block a user