forked from Mirror/pmbootstrap
pmb: Reformat with Ruff 0.9 (MR 2525)
See https://astral.sh/blog/ruff-v0.9.0
This commit is contained in:
parent
2be49f8caf
commit
3061e702ab
48 changed files with 114 additions and 145 deletions
|
@ -428,9 +428,7 @@ def require_bootstrap_error(repo: str, arch: Arch, trigger_str: str) -> None:
|
|||
f"ERROR: Trying to {trigger_str} with {repo} enabled, but the"
|
||||
f" {repo} repo needs to be bootstrapped first."
|
||||
)
|
||||
raise RuntimeError(
|
||||
f"Run 'pmbootstrap repo_bootstrap {repo} --arch={arch}'" " and then try again."
|
||||
)
|
||||
raise RuntimeError(f"Run 'pmbootstrap repo_bootstrap {repo} --arch={arch}' and then try again.")
|
||||
|
||||
|
||||
def require_bootstrap(arch: Arch, trigger_str: str) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue