Feel free to create and link a sub-task to claim one of these to work on: - [x] Unions via `|` - [x] #14498 - [x] #14354 - [x] #14544 - [x] https://github.com/astral-sh/ruff/issues/14558 - [x] #14545 - [x] #14703 - [x] #14834 - [x] #14546 - [x] #14922 - [x] https://github.com/astral-sh/ruff/issues/14891 - [x] https://github.com/astral-sh/ruff/issues/14916
Feel free to create and link a sub-task to claim one of these to work on:
|typing.Optionalspecial form in annotations #14354typing.NoReturnandtyping.Neverin annotations #14558type[A | B]where A and B are both classes #14703type[Union[A, B]]whereAandBare both classes #14834Annotated#14922typing.Type#14891typing.Tuple#14916