Files
ruff/crates
Alex Waygood 992a1af4c2 [red-knot] Reduce false positives on super() and enum-class attribute accesses (#17004)
## Summary

This PR adds some branches so that we infer `Todo` types for attribute
access on instances of `super()` and subtypes of `type[Enum]`. It reduces
false positives in the short term until we implement full support for
these features.

## Test Plan

New mdtests added + mypy_primer report
2025-03-27 17:30:56 -04:00
..
2025-02-07 10:59:40 +01:00
2025-02-26 06:12:43 -08:00
2025-03-21 09:17:07 -04:00