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
|
@ -31,7 +31,7 @@ def package_provider(
|
|||
|
||||
# 2. Provider with the same package name
|
||||
if pkgname in providers:
|
||||
logging.verbose(f"{pkgname}: choosing package of the same name as " "provider")
|
||||
logging.verbose(f"{pkgname}: choosing package of the same name as provider")
|
||||
return providers[pkgname]
|
||||
|
||||
# 3. Pick a package that will be installed anyway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue