Skip to content

Switch on slots=True for dataclasses #274

@jonnyh404

Description

@jonnyh404

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions