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
|
@ -10,7 +10,7 @@ from pmb.core.context import get_context
|
|||
|
||||
|
||||
def package_provider(
|
||||
pkgname, pkgnames_install, suffix: Chroot = Chroot.native()
|
||||
pkgname: str, pkgnames_install: list[str], suffix: Chroot = Chroot.native()
|
||||
) -> pmb.core.apkindex_block.ApkindexBlock | None:
|
||||
"""
|
||||
:param pkgnames_install: packages to be installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue