mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
## Summary This is similar to https://github.com/astral-sh/ruff/pull/17095, it adds assignability check for bound methods to callables. ## Test Plan Add test cases to for assignability; specifically it uses gradual types because otherwise it would just delegate to `is_subtype_of`.