mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
## Summary Add a `is_fully_static` premise to the equivalence on subtyping property tests. ## Test Plan ``` cargo test -p red_knot_python_semantic -- --ignored types::property_tests::stable ```