pmb.helpers.pkgrel_bump: Add type hints and fix auto_apkindex_package
- Oct 21, 2024
-
-
Make sure to annotate the parameters.
-
-
In the code where the object is made (pmb/parse/apkindex.py) depends already will become an empty array when there's no dependencies. And there's no point in having a differentiation between None and empty array.
-