dev: Use kwargs only in dataclasses #421
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help-wanted
Extra attention is needed
stale
Now that our minimum Python version is 3.10, we can make use of the
kw_only
argument in the dataclass constructor and remove the awkwardNone
initialisation. To resolve this issue, the following steps would need to be takenkw_only=True
None
argument defaults__post_init__
The text was updated successfully, but these errors were encountered: