Add schema for configurations #40
Labels
enhancement
New feature or request
v2
Version 2 (with Hydra)
wishlist
New ideas that are "nice to haves"
Use the
@dataclass
annotation to create a defined schema for all the YAML configs we use. This will make it easier to type-check configs and provide clear documentation on what needs to be included in each.See the Hydra example for more information.
The text was updated successfully, but these errors were encountered: