ruff
262c04f2 - Use binary semantics when `__iadd__` et al are unbound (#13987)

Commit
1 year ago
Use binary semantics when `__iadd__` et al are unbound (#13987) ## Summary I noticed that augmented assignments on floats were yielding "not supported" diagnostics. If the dunder isn't bound at all, we should use binary operator semantics, rather than treating it as not-callable.
Author
Parents
Loading