Skip to content

Commit

Permalink
fix: add configuration for simplify_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Aug 24, 2024
1 parent f1dd479 commit 5c2d7a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dewret/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class ConstructConfiguration:
allow_plain_dict_fields: bool = False
field_separator: str = "/"
field_index_types: str = "int"
simplify_ids: bool = True

class ConstructConfigurationTypedDict(TypedDict):
"""Basic configuration of the construction process.
Expand All @@ -143,6 +144,7 @@ class ConstructConfigurationTypedDict(TypedDict):
allow_plain_dict_fields: bool
field_separator: str
field_index_types: str
simplify_ids: bool

@define
class GlobalConfiguration:
Expand Down

0 comments on commit 5c2d7a2

Please sign in to comment.