pmbootstrap-meow/pmb/helpers
Newbyte ce2fca6a11
pmb.helpers.pmaports: Annotate return type for get_list() as list (MR 2431)
I'm not sure why this was annotated as a Sequence rather than list. The
function clearly returns a list, not a Sequence, and the commit that
originally did it[1] provides no justification. This causes problems
with mypy checks in other places, so let's just annotate this as
returning a list.

 [1]: 198f302a36
2024-10-15 10:59:06 +02:00
..
__init__.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
apk.py chroot: always run apk static v2 (MR 2423) 2024-10-08 16:54:29 +02:00
aportupgrade.py Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
args.py args: remove -m and -mp (MR 2371) 2024-07-22 11:54:45 +02:00
cli.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
devices.py Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
exceptions.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
file.py Use simplified Python 3.8 syntax (MR 2327) 2024-06-23 19:13:52 +02:00
frontend.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
git.py git.get_upstream_remote: add fallback code path (MR 2429) 2024-10-08 17:07:33 +02:00
http.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
lint.py lint: generate options from kconfigcheck.toml (MR 2412) 2024-10-13 18:24:51 +02:00
logging.py pmb.helpers.logging: Annotate types for loglevels (MR 2431) 2024-10-15 10:59:01 +02:00
mount.py Fix pmbootstrap install --android-recovery-zip (MR 2368) 2024-07-16 00:04:15 +02:00
other.py pmb.helpers: Automatically migrate fetch and push URL (MR 2429) 2024-10-08 17:07:33 +02:00
package.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
pkgrel_bump.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
pmaports.py pmb.helpers.pmaports: Annotate return type for get_list() as list (MR 2431) 2024-10-15 10:59:06 +02:00
repo.py Support setting custom mirrors + disabling mirrors (MR 2361) 2024-07-16 00:34:06 +02:00
repo_missing.py pmb.parse.apkindex: Introduce proper typing (MR 2425) 2024-10-13 20:12:34 +02:00
run.py Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
run_core.py Run ruff format (MR 2357) 2024-07-16 00:26:35 +02:00
status.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
toml.py helpers: toml: fix mypy on import (MR 2344) 2024-07-08 16:01:13 +02:00
ui.py pmb.helpers.ui.check_option: fix for UI = none (MR 2348) 2024-07-05 00:48:52 +02:00