fonttools / ufoLib2

A library to deal with UFO font sources.
Apache License 2.0
25 stars 14 forks source link

Evaulate attrs change to attribute setting #186

Open madig opened 2 years ago

madig commented 2 years ago

See https://github.com/python-attrs/attrs/pull/886.

The docs say that @defined dataclasses will change behavior:

Converters and validators are run when you set an attribute (on_setattr=[attr.setters.convert, attr.setters.validate]).

After a version with this change is released, we should go over the code and see if we need to change anything or can simplify something.

anthrotype commented 2 years ago

we could but mypy can't #188