Skip to content

[FEAT] Add the ability to pass arguments to all packages in load_extensions method #1552

Closed
@rdni

Description

@rdni

Problem Description

The load_extensions method was recently added, however it does not have the ability to pass arguments through to the setup function.

Proposed Solution

Change recursive key word into **kwargs and use kwargs.get(). Remove this then pass through the rest of the kwargs through to the setup function.

Alternatives Considered

Change *packages: str into packages: tuple[str] and pass through *args to the setup function.

Additional Information

No response

Code of Conduct

  • I agree to follow the contribution requirements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions