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
I think we can actually close this tracking ticket. All remaining sub-items have tickets, and most of them are not really related to instance attributes anyway.
typing.ClassVar
(resolved by [red-knot] Add support fortyping.ClassVar
#15550)Unknown | T_inferred
for undeclared class variables (resolved by [red-knot] UseUnknown | T_inferred
for undeclared public symbols #15674)__init__
or another method (resolved by [red-knot] Implicit instance attributes #15811)self.x, self.y = …
#15962@classmethod
) #15965@staticmethod
s should not influence instance attributes #15961self
ClassVar
annotations #15767See also: Markdown test suite with some open TODOs: https://github.com/astral-sh/ruff/blob/main/crates/red_knot_python_semantic/resources/mdtest/attributes.md
The text was updated successfully, but these errors were encountered: