mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
[pyluach] Update to 2.3.* (#14692)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
version = "2.2.*"
|
||||
version = "2.3.*"
|
||||
upstream_repository = "https://github.com/simlist/pyluach"
|
||||
|
||||
@@ -11,3 +11,4 @@ def getparsha(date: BaseDate, israel: bool = False) -> list[int] | None: ...
|
||||
def getparsha_string(date: BaseDate, israel: bool = False, hebrew: bool = False) -> str | None: ...
|
||||
def iterparshios(year: int, israel: bool = False) -> Generator[list[int] | None]: ...
|
||||
def parshatable(year: int, israel: bool = False) -> OrderedDict[HebrewDate, list[int] | None]: ...
|
||||
def four_parshios(date: BaseDate, hebrew: bool = False) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user