We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ruff_notebook
ruff_server
1 parent a38c05b commit 3989cb8Copy full SHA for 3989cb8
crates/ruff_server/Cargo.toml
@@ -16,12 +16,12 @@ license = { workspace = true }
16
ruff_diagnostics = { workspace = true }
17
ruff_formatter = { workspace = true }
18
ruff_linter = { workspace = true }
19
+ruff_notebook = { workspace = true }
20
ruff_python_ast = { workspace = true }
21
ruff_python_codegen = { workspace = true }
22
ruff_python_formatter = { workspace = true }
23
ruff_python_index = { workspace = true }
24
ruff_python_parser = { workspace = true }
-ruff_notebook = { path = "../ruff_notebook" }
25
ruff_source_file = { workspace = true }
26
ruff_text_size = { workspace = true }
27
ruff_workspace = { workspace = true }
0 commit comments