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

Transition from internal.py defaults in config.py to schema defaults. #313

Open
bschroeter opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@bschroeter
Copy link
Collaborator

We currently rely on internal.py defaults to specify optional keys in the configuration through a manually-set config dictionary:

def read_optional_key(config: dict):

We can get around doing this by setting the defaults via the Cerberus config schema.

@SeanBryan51
Copy link
Collaborator

Duplicate issue: #284

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants