[pylint] rule to ensure class vars are annotated with ClassVar type
Open
pylint
- Dominant language
- C#
- Stars
- 135
- Forks
- 260
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 144
Description
Would be good to have a rule to ensure class vars are annotated with the ClassVar type.
Motivation: The "ivar" and "cvar" keywords will be removed from APIView and the ClassVar typing will be the only thing that distinguishes them.
Contributor guide
Assessment
This issue has not been assessed yet.