mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 05:20:49 -05:00
**Summary** This replaces the `todo!()` with a type alias stub in the
formatter. I added the tests from
704eb40108/parser/src/parser.rs (L901-L936)
as ruff python formatter tests.
**Test Plan** None, testing is part of the actual implementation