You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently default behaviour of dataclass with slots=False is not preferable. This allows for inadvertent setting of unnamed parameters.
Describe the solution you'd like
Set dataclass(slots=True) in all dataclasses (eventually moving to a setting of the default behaviour of dataclass across the project)
The text was updated successfully, but these errors were encountered:
Currently default behaviour of dataclass with slots=False is not preferable. This allows for inadvertent setting of unnamed parameters.
Describe the solution you'd like
Set dataclass(slots=True) in all dataclasses (eventually moving to a setting of the default behaviour of dataclass across the project)
The text was updated successfully, but these errors were encountered: