mirror of
https://github.com/astral-sh/ruff
synced 2026-01-23 22:40:48 -05:00
## Summary `ruff_newlines` becomes `ruff_python_whitespace`, and includes the existing "universal newline" handlers alongside the Python whitespace-specific utilities.
14 lines
235 B
TOML
14 lines
235 B
TOML
[package]
|
|
name = "ruff_python_whitespace"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
|
|
[lib]
|
|
|
|
[dependencies]
|
|
ruff_text_size = { workspace = true }
|
|
|
|
memchr = { workspace = true }
|