You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: