Open
Description
This is a feature request.
attrs
is very much intended to be composable (e.g. https://github.com/hynek/environ_config) but currently the attrs plugin only works on the core library's functions:
Lines 24 to 37 in b2d6174
I would like to be able to signal somehow to mypy, that some function is a wrapper around @attr.s
/@attr.ib
/@attr.dataclass
. Not only would third-party applications benefit, but I could really use it while experimenting on python-attrs/attrs#408.
Any ideas/plans how we could achieve that?