[package] name = "ruff_python_trivia_integration_tests" version = "0.0.0" edition.workspace = true rust-version.workspace = true homepage.workspace = true documentation.workspace = true repository.workspace = true authors.workspace = true license.workspace = true [dependencies] [dev-dependencies] ruff_python_index = { path = "../ruff_python_index" } ruff_python_parser = { path = "../ruff_python_parser" } ruff_python_trivia = { path = "../ruff_python_trivia" } ruff_source_file = { path = "../ruff_source_file" } ruff_text_size = { path = "../ruff_text_size" } insta = { workspace = true } [lints] workspace = true