26.5.1
Added 1
- Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches
Fixed 3
- Fix unstable formatting of annotated assignments whose subscript annotation contains an inline comment
- Preserve inline comments (including # type: ignore) immediately before a # fmt: skip line, avoiding AST equivalence failures
- Correct the version in the published executables
Stable style
- Fix unstable formatting of annotated assignments whose subscript annotation contains
an inline comment (e.g.
x: list[ # pyright: ignore[...]) (#5130) - Preserve inline comments (including
# type: ignore) immediately before a# fmt: skipline, avoiding AST equivalence failures (#5139)
Packaging
- Correct the version in the published executables (#5137)
Documentation
- Add Neovim integration guide covering conform.nvim, ALE, and simple command approaches (#5124)