Files
ruff/crates
Charlie Marsh 262c04f297 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.
2024-10-30 13:09:22 +00:00
..
2024-10-24 20:57:07 +05:30
2024-10-21 20:06:41 +01:00