forked from archlinux/archinstall
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort and format remaining imports (archlinux#2877)
This commit also enables isort rules in the Ruff config.
- Loading branch information
1 parent
955b2cf
commit 3255744
Showing
38 changed files
with
157 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
from .manage_users_conf import UserList, ask_for_additional_users | ||
from .network_menu import ManualNetworkConfig, ask_to_configure_network | ||
|
||
from .disk_conf import ( | ||
select_devices, select_disk_config, get_default_partition_layout, | ||
select_main_filesystem_format, suggest_single_disk_layout, | ||
suggest_multi_disk_layout | ||
get_default_partition_layout, | ||
select_devices, | ||
select_disk_config, | ||
select_main_filesystem_format, | ||
suggest_multi_disk_layout, | ||
suggest_single_disk_layout, | ||
) | ||
|
||
from .general_conf import ( | ||
ask_ntp, ask_hostname, ask_for_a_timezone, ask_for_audio_selection, | ||
select_archinstall_language, ask_additional_packages_to_install, | ||
add_number_of_parallel_downloads, select_additional_repositories | ||
) | ||
|
||
from .system_conf import ( | ||
select_kernel, ask_for_bootloader, ask_for_uki, select_driver, ask_for_swap | ||
add_number_of_parallel_downloads, | ||
ask_additional_packages_to_install, | ||
ask_for_a_timezone, | ||
ask_for_audio_selection, | ||
ask_hostname, | ||
ask_ntp, | ||
select_additional_repositories, | ||
select_archinstall_language, | ||
) | ||
from .manage_users_conf import UserList, ask_for_additional_users | ||
from .network_menu import ManualNetworkConfig, ask_to_configure_network | ||
from .system_conf import ask_for_bootloader, ask_for_swap, ask_for_uki, select_driver, select_kernel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.