pmb: Reformat with Ruff 0.9 (MR 2525)

See https://astral.sh/blog/ruff-v0.9.0
This commit is contained in:
Newbyte 2025-01-11 15:15:48 +01:00 committed by Oliver Smith
parent 2be49f8caf
commit 3061e702ab
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
48 changed files with 114 additions and 145 deletions

View file

@ -99,9 +99,7 @@ def warn_if_chroots_outdated() -> None:
else:
msg += "some of your chroots are"
logging.warning(
f"WARNING: {msg} older than"
f" {days_warn} days. Consider running"
" 'pmbootstrap zap'."
f"WARNING: {msg} older than {days_warn} days. Consider running 'pmbootstrap zap'."
)