forked from Mirror/pmbootstrap
pmb: Add lots of type hints (MR 2464)
This commit is contained in:
parent
d05d57b37e
commit
225d8b30a0
71 changed files with 566 additions and 325 deletions
|
@ -20,7 +20,7 @@ class BumpType(Enum):
|
|||
|
||||
|
||||
def package(
|
||||
pkgname: str, reason="", dry: bool = False, bump_type: BumpType = BumpType.PKGREL
|
||||
pkgname: str, reason: str = "", dry: bool = False, bump_type: BumpType = BumpType.PKGREL
|
||||
) -> None:
|
||||
"""Increase the pkgrel or pkgver in the APKBUILD of a specific package.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue