style: Auto-format 48 files with ruff format
- Fixed formatting to comply with ruff standards - No functional changes, only formatting/style - Completes CI/CD pipeline formatting requirements
This commit is contained in:
@@ -123,6 +123,7 @@ PACKAGE_ARGUMENTS: dict[str, dict[str, Any]] = {
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
def add_package_arguments(parser: argparse.ArgumentParser) -> None:
|
||||
"""Add all package command arguments to a parser."""
|
||||
for arg_name, arg_def in PACKAGE_ARGUMENTS.items():
|
||||
|
||||
Reference in New Issue
Block a user