ruff/crates/ruff_linter
Dylan 3a806ecaa1
[flake8-annotations] Correct syntax for typing.Union in suggested return type fixes for ANN20x rules (#16025)
When suggesting a return type as a union in Python <=3.9, we now avoid a
`TypeError` by correctly suggesting syntax like `Union[int,str,None]`
instead of `Union[int | str | None]`.
2025-02-07 17:17:20 -06:00
..
resources [pyupgrade] Comments within parenthesized value ranges should not affect applicability (UP040) (#16027) 2025-02-07 14:44:33 -06:00
src [flake8-annotations] Correct syntax for typing.Union in suggested return type fixes for ANN20x rules (#16025) 2025-02-07 17:17:20 -06:00
Cargo.toml Bump version to 0.9.5 (#16002) 2025-02-06 13:24:45 -06:00