Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: autofill model argument when calling create_factory with receiving factory __model__ #429

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Commits on Oct 23, 2023

  1. feat: autofill factory model with current factory

    Sets the model argument optional when creating a factory using
    imperative style and defaults to current factory model
    Benoit.Godard committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f3ada89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cddcd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. refactor how factory model is autofilled on create_factory method

    This is based on the library author suggestion
    
    Co-authored-by: guacs <126393040+guacs@users.noreply.github.com>
    g0di and guacs committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    a0b89a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. ignore pyright false positive

    Benoit.Godard committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2173a21 View commit details
    Browse the repository at this point in the history