Merge class attribute annotations in ApplyTypeAnnotationsVisitor
Open
codemod
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 229
- PR merge metrics
- No merged PRs in 30d
Description
Currently, it just ignores class attributes
```
class MyClass:
name: str
```
`name: str` won't appear in the sources.
Contributor guide
Assessment
This issue has not been assessed yet.