archinstall/archinstall/lib
codefiles 22b410d082
Change to import Path for consistency (#3101)
2025-01-11 15:42:50 +11:00
..
disk disk: validate first partition start (#3096) 2025-01-10 20:12:47 +11:00
interactions Change to import Path for consistency (#3101) 2025-01-11 15:42:50 +11:00
locale Enable bare-except linter rules and fix warnings (#2988) 2024-12-01 18:34:51 +11:00
menu Fix 2916 - Reinstate prompt in list menus (#2940) 2024-11-26 11:10:48 +01:00
models audio: use StrEnum (#3084) 2025-01-08 07:45:19 +11:00
packages Replace some Any instances with specific type hints (#2950) 2024-11-28 20:14:58 +11:00
pacman pacman/repo: use StrEnum (#3088) 2025-01-08 12:13:11 +11:00
profile Rework profiles path (#3040) 2024-12-23 09:08:48 +11:00
utils Fix "Pssword" typo (#2980) 2024-12-01 17:42:33 +11: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 falsy-dict-get-fallback ruff warnings (#3077) 2025-01-08 07:38:40 +11:00
boot.py Enable the yield-in-for-loop ruff rule and fix warnings (#2984) 2024-12-01 17:50:11 +11:00
configuration.py Use Path.chmod() (#3051) 2025-01-03 13:41:41 +11:00
exceptions.py Replace more Optional instances with union syntax in lib/ (#2841) 2024-11-17 11:01:57 +11:00
general.py Change to import Path for consistency (#3101) 2025-01-11 15:42:50 +11:00
global_menu.py Enable the unnecessary-lambda pylint rule and fix warnings (#2983) 2024-12-01 17:44:39 +11:00
hardware.py Use precise type hints for most DeferredTranslation references (#2929) 2024-11-25 18:49:22 +11:00
installer.py Fix used-dummy-variable ruff warnings (#3083) 2025-01-08 07:44:48 +11:00
luks.py general: rework environment_vars (#3032) 2024-12-20 17:26:11 +11:00
mirrors.py Fix 2991 - Restructure the mirror list handling (#3007) 2024-12-08 08:58:16 +11:00
networking.py Enable the unused-variable pylint rule and fix warnings (#2978) 2024-12-01 17:41:34 +11:00
output.py Enable the printf-string-formatting ruff rule and fix warnings (#2967) 2024-11-30 22:54:20 +11:00
plugins.py Start replacing Optional with union syntax in lib/ (#2837) 2024-11-17 09:03:01 +11:00
storage.py Rework mount point argument (#3041) 2024-12-23 11:04:16 +11:00
translationhandler.py Add missing typing.override annotations reported by Pyright (#2974) 2024-12-01 11:01:16 +11:00