forked from Mirror/pmbootstrap
Auto-format codebase with ruff (MR 2325)
See: https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2324 Closes: https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/2278
This commit is contained in:
parent
5a8e2c6cad
commit
e421bb2d41
109 changed files with 4044 additions and 2984 deletions
|
@ -53,8 +53,8 @@ def print_systemd(config: Config) -> None:
|
|||
|
||||
|
||||
def print_status(args: PmbArgs) -> None:
|
||||
""" :param details: if True, print each passing check instead of a summary
|
||||
:returns: True if all checks passed, False otherwise """
|
||||
""":param details: if True, print each passing check instead of a summary
|
||||
:returns: True if all checks passed, False otherwise"""
|
||||
config = get_context().config
|
||||
print_channel(config)
|
||||
print_device(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue