PYI055
## Summary Fix dropped union expressions for piped non-types in `PYI055` autofix If you had `type[int] | type[str] | str`, it would have dropped the `str`, which breaks the type! Closes #9156 ## Test Plan `cargo test`
ruff-dev
SourceKind
unsafe
as_slice
with
match
docstring-code-format