ruff
6dbc6d2e
- Use shared `Cursor` across crates (#5715)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Use shared `Cursor` across crates (#5715) ## Summary We have two `Cursor` implementations. This PR moves the implementation from the formatter into `ruff_python_whitespace` (kind of a poorly-named crate now) and uses it for both use-cases.
References
#5715 - Use shared `Cursor` across crates
Author
charliermarsh
Parents
6ce252f0
Loading