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
|
@ -161,7 +161,7 @@ def rewrite(
|
|||
handle.truncate()
|
||||
|
||||
|
||||
def get_upstream_aport(pkgname: str, arch: Arch | None = None, retain_branch: bool = False):
|
||||
def get_upstream_aport(pkgname: str, arch: Arch | None = None, retain_branch: bool = False) -> Path:
|
||||
"""
|
||||
Perform a git checkout of Alpine's aports and get the path to the aport.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue