ruff/crates/ty_python_semantic/resources/mdtest/literal/collections
Ibraheem Ahmed bea92c8229
[ty] More precise type inference for dictionary literals (#20523)
## Summary

Extends https://github.com/astral-sh/ruff/pull/20360 to dictionary
literals. This also improves our `TypeDict` support by passing through
nested type context.
2025-09-24 18:12:00 -04:00
..
dictionary.md [ty] More precise type inference for dictionary literals (#20523) 2025-09-24 18:12:00 -04:00
generator_expressions.md [ty] Infer slightly more precise types for comprehensions (#20111) 2025-08-27 13:21:47 +01:00
list.md [ty] Infer more precise types for collection literals (#20360) 2025-09-17 18:51:50 -04:00
set.md [ty] Infer more precise types for collection literals (#20360) 2025-09-17 18:51:50 -04:00
tuple.md