We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff_db
ruff_python_semantic
1 parent 89bb07c commit d681a45Copy full SHA for d681a45
crates/ruff_python_semantic/Cargo.toml
@@ -14,7 +14,7 @@ license = { workspace = true }
14
doctest = false
15
16
[dependencies]
17
-ruff_db = { workspace = true, optional = true }
+ruff_db = { workspace = true }
18
ruff_index = { workspace = true }
19
ruff_python_ast = { workspace = true }
20
ruff_python_stdlib = { workspace = true }
@@ -34,4 +34,4 @@ ruff_python_parser = { workspace = true }
34
workspace = true
35
36
[features]
37
-red_knot = ["dep:ruff_db", "dep:salsa", "dep:tracing"]
+red_knot = ["dep:salsa", "dep:tracing"]
0 commit comments