archinstall/archinstall/lib
correctmost 8902d2e310
Use a match statement for PasswordStrength enum values (#4619)
This unblocks the upgrade to mypy 2.2.0, which now flags the
unreachable "return None" statement.
2026-07-12 21:20:44 +10:00
..
applications Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00
authentication Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
bootloader Warn before enabling Plymouth in the bootloader menu (#4604) 2026-06-28 21:13:10 +02:00
disk fix ValueError exception when no disks are detected in the disk menu (#4598) 2026-06-28 21:19:42 +02:00
general Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
locale Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
menu Use a match statement for PasswordStrength enum values (#4619) 2026-07-12 21:20:44 +10:00
mirror Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
models Add Plymouth configuration setup (#4555) 2026-06-10 16:44:03 +10:00
network Fix WiFi network selection in TUI prompt (#4566) 2026-06-08 04:31:07 +10:00
packages Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
pacman Skip custom mirror config when keyring sync fails (#4577) 2026-06-10 17:10:29 +10:00
profile add niri DankMaterialShell profile (#4554) 2026-05-25 21:13:56 +10:00
user Pull `ui` module one level up (#4515) 2026-05-03 23:54:42 +02:00
utils Refactor configuration file (#4583) 2026-06-28 21:04:20 +02:00
__init__.py Converted the lib to a pip supported structure to make packaging easier. Also tweaked some minor issues and added the AUR function 2020-07-06 18:44:42 +02:00
args.py Fix plugin (#4594) 2026-06-28 21:09:20 +02:00
boot.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
command.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
configuration.py Refactor configuration file (#4583) 2026-06-28 21:04:20 +02:00
crypt.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
exceptions.py Update ruff formatter (#3496) 2025-05-24 07:58:42 +00:00
global_menu.py Refactor configuration file (#4583) 2026-06-28 21:04:20 +02:00
hardware.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
installer.py Skip custom mirror config when keyring sync fails (#4577) 2026-06-10 17:10:29 +10:00
linux_path.py Add LPath execute permissions methods (#4378) 2026-04-06 09:16:21 +02:00
log.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
networking.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
pathnames.py Add constant for mirrorlist (#4403) 2026-04-11 10:17:29 +10:00
plugins.py Fix plugin (#4594) 2026-06-28 21:09:20 +02:00
translationhandler.py Refactor logging and formatting logic (#4542) 2026-05-19 17:48:03 +02:00
version.py Move get_version() to version module (#4270) 2026-03-01 11:31:13 +11:00