pmbootstrap-meow/pmb/install
Newbyte 1aa0b05014
pmb.install.blockdevice: Avoid reusing size_mb variable in create_and_mount_image() (MR 2464)
Reusing this variable might lead to confusing bugs later if this code is
changed in the future, and also leads to mypy being confused about the
type of size_mb as it then gets assigned both str and int values.
2024-10-29 14:21:01 +01:00
..
__init__.py Bump copyright to 2023 2023-01-22 19:18:06 +01:00
_install.py pmb.parse.depends.package_provider: add type hinting and fix references (MR 2439) 2024-10-18 13:45:57 +02:00
blockdevice.py pmb.install.blockdevice: Avoid reusing size_mb variable in create_and_mount_image() (MR 2464) 2024-10-29 14:21:01 +01:00
format.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
losetup.py install: losetup: check if the back-file attribute for a loop device is null (MR 2456) 2024-10-27 16:03:17 +01:00
partition.py pmb.install: switch to gpt with discoverable partitions (MR 2426) 2024-10-13 19:59:26 +02:00
recovery.py pmb.flasher: Remove use of args (MR 2441) 2024-10-22 15:12:40 +02:00
ui.py Ruff: fix typing.Xxx is deprecated, use xxx instead (MR 2327) 2024-06-23 19:13:57 +02:00