-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
Is your feature request related to a problem? Please describe.
autodoc-typehint adds type hints to attributes of normal classes but not to attributes of attrs classes.
Describe the solution you'd like
Type hints are shown for attrs classes, too.
Describe alternatives you've considered
Manually hacking around the issue.
Additional context
Output for normal classes:

Output for attrs classes:
