Harmonise methods for distinguishing different Python source types (#13682)

This commit is contained in:
Alex Waygood
2024-10-09 14:18:52 +01:00
committed by GitHub
parent b9827a4122
commit 5b4afd30ca
9 changed files with 40 additions and 53 deletions

View File

@@ -20,7 +20,6 @@ ruff_python_ast = { workspace = true }
ruff_python_codegen = { workspace = true }
ruff_python_formatter = { workspace = true }
ruff_python_parser = { workspace = true }
ruff_python_stdlib = { workspace = true }
ruff_python_trivia = { workspace = true }
ruff_workspace = { workspace = true, features = ["schemars"] }