-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): structured config using pydantic
Hierarchical configuration in config.py provides context to options This setup prevents code duplication (functions with many arguments, various places to set defaults, docstrings...) Introducing new parameters is simplified Documentation is updated to reflect the new syntax BREAKING CHANGE: new configuration syntax
- Loading branch information
Showing
11 changed files
with
531 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.