- update to 0.0.26:
* Prevent "too many cycle iteration" panics in more situations
* Fix false positives and false negatives when unpacking a
union of tuples into a function call
* Add support for `typing.Concatenate`
* Validate the return type of generator functions
* Support dataclass field `converter`s
* Disallow `Self` in metaclass and static methods
* Improve call inference for keyword-only `dict()`
* Respect non-explicitly defined `dataclass_transform` params
* Unconditionally silence diagnostics in unreachable code
* Respect terminal-function-call narrowing in global scope
* Fix performance regression for narrowing on a larger
`Literal` type
- update to 0.0.25:
* Support `type:ignore[ty:code]` suppressions
* Avoid eager TypedDict diagnostics in `TypedDict | dict`
unions
* Fix Salsa panic propagation
* Fix folding ranges of comments separated by statements
* Fix loop-header reachability cycles in conditional unpacking
* Fix subtyping of intersections containing `NewType`s of
unions vs. unions
* Fix untracked reads in Salsa queries that can lead to
backdating panics
* Prevent tainted loop bindings in cycle normalization
* Simplify an intersection of `N & ~T` to `Never` if `B & ~T`
would simplify to `Never`, where `B` is the concrete base
type of a `NewType` `N`
- update to 0.0.24:
OBS-URL: https://build.opensuse.org/request/show/1343515
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ty?expand=0&rev=3
Description
No description provided
Languages
RPM Spec
100%