ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Fix formatting of `init=False` field in nested dataclasses #22

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

Fields with init=False were ignored when formatting a top-level dataclass, but not yet in a nested dataclass.