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
|
@ -345,7 +345,5 @@ def check_file(
|
|||
"""
|
||||
arch = extract_arch(config_path)
|
||||
version = extract_version(config_path)
|
||||
logging.debug(
|
||||
f"Check kconfig: parsed arch={arch}, version={version} from " f"file: {config_path}"
|
||||
)
|
||||
logging.debug(f"Check kconfig: parsed arch={arch}, version={version} from file: {config_path}")
|
||||
return check_config(config_path, arch, version, components_list, details=details)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue