blob: 6600b5b38357684f1883a238132bf5003b79add3 [file] [log] [blame]
``attr.validators.in_()`` now raises a ``ValueError`` with a useful message even if the options are a string and the value is not a string.
This previously raised a ``TypeError``, like ``1 in "abc"``.