mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00
add serde feature for ruff_diagnostics
This commit is contained in:
parent
305075cbcd
commit
2f730a5f0f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ license = { workspace = true }
|
|||
[dependencies]
|
||||
ruff_annotate_snippets = { workspace = true }
|
||||
ruff_cache = { workspace = true, optional = true }
|
||||
ruff_diagnostics = { workspace = true }
|
||||
ruff_diagnostics = { workspace = true, features = ["serde"] }
|
||||
ruff_notebook = { workspace = true }
|
||||
ruff_python_ast = { workspace = true, features = ["get-size"] }
|
||||
ruff_python_parser = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue