Skip to content

scanner: switch to using dataclasses

Peter Hutterer requested to merge whot/libei:wip/drop-attr into main

This drops one dependency that we're not fully using anyway. Except for the per-attribute validators that can be done in __post_init() we're not using attrs for anything that dataclasses cannot do.

Merge request reports