We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(Re-)definitions of class variables outside the body of the class are currently not checked:
class C: c: str = "foo" C.c = 1 # <-- no error here