Skip to content

Commit

Permalink
feat(hyfi/main/config): add globals optional ConfigType
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 18, 2023
1 parent f85b41b commit f2c8fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hyfi/main/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class HyFIConfig(BaseModel, UTILs):

about: Optional[ConfigType] = None
copier: Optional[ConfigType] = None
globals: Optional[ConfigType] = None
project: Optional[ConfigType] = None
pipeline: Optional[ConfigType] = None
task: Optional[ConfigType] = None
Expand Down

0 comments on commit f2c8fae

Please sign in to comment.