Run cargo sort (#22310)

This commit is contained in:
Matthew Mckee
2026-01-02 19:58:15 +00:00
committed by GitHub
parent 0804030ee9
commit a2e0ff57c3
31 changed files with 200 additions and 202 deletions

View File

@@ -12,8 +12,8 @@ license.workspace = true
[dependencies]
[dev-dependencies]
ruff_python_parser = { workspace = true }
ruff_python_ast = { workspace = true }
ruff_python_parser = { workspace = true }
ruff_python_trivia = { workspace = true }
ruff_text_size = { workspace = true }