DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
https://docs.basedpyright.com
Other
1.02k stars 19 forks source link

dataclass false positive `__post_init__` #377

Open KotlinIsland opened 4 months ago

KotlinIsland commented 4 months ago
@dataclass
class A:
    def __post_init__(self):
        self.foo = 1  # error