mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-14 09:45:38 +00:00
Remove some unused dependencies (#9330)
This commit is contained in:
parent
158367bf91
commit
1c9268d2ff
7 changed files with 4 additions and 32 deletions
13
Cargo.lock
generated
13
Cargo.lock
generated
|
|
@ -2075,7 +2075,6 @@ dependencies = [
|
||||||
name = "ruff_cli"
|
name = "ruff_cli"
|
||||||
version = "0.1.9"
|
version = "0.1.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"annotate-snippets 0.9.2",
|
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"argfile",
|
"argfile",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
|
@ -2088,7 +2087,6 @@ dependencies = [
|
||||||
"clearscreen",
|
"clearscreen",
|
||||||
"colored",
|
"colored",
|
||||||
"filetime",
|
"filetime",
|
||||||
"glob",
|
|
||||||
"ignore",
|
"ignore",
|
||||||
"insta",
|
"insta",
|
||||||
"insta-cmd",
|
"insta-cmd",
|
||||||
|
|
@ -2102,14 +2100,11 @@ dependencies = [
|
||||||
"regex",
|
"regex",
|
||||||
"ruff_cache",
|
"ruff_cache",
|
||||||
"ruff_diagnostics",
|
"ruff_diagnostics",
|
||||||
"ruff_formatter",
|
|
||||||
"ruff_linter",
|
"ruff_linter",
|
||||||
"ruff_macros",
|
"ruff_macros",
|
||||||
"ruff_notebook",
|
"ruff_notebook",
|
||||||
"ruff_python_ast",
|
"ruff_python_ast",
|
||||||
"ruff_python_formatter",
|
"ruff_python_formatter",
|
||||||
"ruff_python_stdlib",
|
|
||||||
"ruff_python_trivia",
|
|
||||||
"ruff_source_file",
|
"ruff_source_file",
|
||||||
"ruff_text_size",
|
"ruff_text_size",
|
||||||
"ruff_workspace",
|
"ruff_workspace",
|
||||||
|
|
@ -2117,7 +2112,6 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"shellexpand",
|
"shellexpand",
|
||||||
"similar",
|
|
||||||
"strum",
|
"strum",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"test-case",
|
"test-case",
|
||||||
|
|
@ -2141,7 +2135,6 @@ dependencies = [
|
||||||
"indoc",
|
"indoc",
|
||||||
"itertools 0.11.0",
|
"itertools 0.11.0",
|
||||||
"libcst",
|
"libcst",
|
||||||
"once_cell",
|
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
|
|
@ -2153,7 +2146,6 @@ dependencies = [
|
||||||
"ruff_python_ast",
|
"ruff_python_ast",
|
||||||
"ruff_python_codegen",
|
"ruff_python_codegen",
|
||||||
"ruff_python_formatter",
|
"ruff_python_formatter",
|
||||||
"ruff_python_literal",
|
|
||||||
"ruff_python_parser",
|
"ruff_python_parser",
|
||||||
"ruff_python_stdlib",
|
"ruff_python_stdlib",
|
||||||
"ruff_python_trivia",
|
"ruff_python_trivia",
|
||||||
|
|
@ -2163,7 +2155,6 @@ dependencies = [
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"similar",
|
"similar",
|
||||||
"strum",
|
"strum",
|
||||||
"strum_macros",
|
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"toml",
|
"toml",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|
@ -2311,8 +2302,6 @@ dependencies = [
|
||||||
"insta",
|
"insta",
|
||||||
"is-macro",
|
"is-macro",
|
||||||
"itertools 0.11.0",
|
"itertools 0.11.0",
|
||||||
"memchr",
|
|
||||||
"once_cell",
|
|
||||||
"ruff_python_parser",
|
"ruff_python_parser",
|
||||||
"ruff_python_trivia",
|
"ruff_python_trivia",
|
||||||
"ruff_source_file",
|
"ruff_source_file",
|
||||||
|
|
@ -2372,7 +2361,6 @@ dependencies = [
|
||||||
name = "ruff_python_index"
|
name = "ruff_python_index"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itertools 0.11.0",
|
|
||||||
"ruff_python_ast",
|
"ruff_python_ast",
|
||||||
"ruff_python_parser",
|
"ruff_python_parser",
|
||||||
"ruff_python_trivia",
|
"ruff_python_trivia",
|
||||||
|
|
@ -2506,7 +2494,6 @@ dependencies = [
|
||||||
"console_log",
|
"console_log",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"log",
|
"log",
|
||||||
"ruff_diagnostics",
|
|
||||||
"ruff_formatter",
|
"ruff_formatter",
|
||||||
"ruff_linter",
|
"ruff_linter",
|
||||||
"ruff_python_ast",
|
"ruff_python_ast",
|
||||||
|
|
|
||||||
|
|
@ -18,17 +18,14 @@ name = "ruff"
|
||||||
ruff_linter = { path = "../ruff_linter", features = ["clap"] }
|
ruff_linter = { path = "../ruff_linter", features = ["clap"] }
|
||||||
ruff_cache = { path = "../ruff_cache" }
|
ruff_cache = { path = "../ruff_cache" }
|
||||||
ruff_diagnostics = { path = "../ruff_diagnostics" }
|
ruff_diagnostics = { path = "../ruff_diagnostics" }
|
||||||
ruff_formatter = { path = "../ruff_formatter" }
|
|
||||||
ruff_notebook = { path = "../ruff_notebook" }
|
ruff_notebook = { path = "../ruff_notebook" }
|
||||||
ruff_macros = { path = "../ruff_macros" }
|
ruff_macros = { path = "../ruff_macros" }
|
||||||
ruff_python_ast = { path = "../ruff_python_ast" }
|
ruff_python_ast = { path = "../ruff_python_ast" }
|
||||||
ruff_python_formatter = { path = "../ruff_python_formatter" }
|
ruff_python_formatter = { path = "../ruff_python_formatter" }
|
||||||
ruff_source_file = { path = "../ruff_source_file" }
|
ruff_source_file = { path = "../ruff_source_file" }
|
||||||
ruff_python_trivia = { path = "../ruff_python_trivia" }
|
|
||||||
ruff_workspace = { path = "../ruff_workspace" }
|
ruff_workspace = { path = "../ruff_workspace" }
|
||||||
ruff_text_size = { path = "../ruff_text_size" }
|
ruff_text_size = { path = "../ruff_text_size" }
|
||||||
|
|
||||||
annotate-snippets = { version = "0.9.2", features = ["color"] }
|
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
argfile = { version = "0.1.6" }
|
argfile = { version = "0.1.6" }
|
||||||
bincode = { version = "1.3.3" }
|
bincode = { version = "1.3.3" }
|
||||||
|
|
@ -40,7 +37,6 @@ clap_complete_command = { version = "0.5.1" }
|
||||||
clearscreen = { version = "2.0.0" }
|
clearscreen = { version = "2.0.0" }
|
||||||
colored = { workspace = true }
|
colored = { workspace = true }
|
||||||
filetime = { workspace = true }
|
filetime = { workspace = true }
|
||||||
glob = { workspace = true }
|
|
||||||
ignore = { workspace = true }
|
ignore = { workspace = true }
|
||||||
is-macro = { workspace = true }
|
is-macro = { workspace = true }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
|
|
@ -49,12 +45,10 @@ notify = { version = "6.1.1" }
|
||||||
path-absolutize = { workspace = true, features = ["once_cell_cache"] }
|
path-absolutize = { workspace = true, features = ["once_cell_cache"] }
|
||||||
rayon = { version = "1.8.0" }
|
rayon = { version = "1.8.0" }
|
||||||
regex = { workspace = true }
|
regex = { workspace = true }
|
||||||
ruff_python_stdlib = { path = "../ruff_python_stdlib" }
|
|
||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
shellexpand = { workspace = true }
|
shellexpand = { workspace = true }
|
||||||
similar = { workspace = true }
|
|
||||||
strum = { workspace = true, features = [] }
|
strum = { workspace = true, features = [] }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
tracing = { workspace = true, features = ["log"] }
|
tracing = { workspace = true, features = ["log"] }
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ ruff_python_ast = { path = "../ruff_python_ast" }
|
||||||
ruff_python_codegen = { path = "../ruff_python_codegen" }
|
ruff_python_codegen = { path = "../ruff_python_codegen" }
|
||||||
ruff_python_formatter = { path = "../ruff_python_formatter" }
|
ruff_python_formatter = { path = "../ruff_python_formatter" }
|
||||||
ruff_notebook = { path = "../ruff_notebook" }
|
ruff_notebook = { path = "../ruff_notebook" }
|
||||||
ruff_python_literal = { path = "../ruff_python_literal" }
|
|
||||||
ruff_python_parser = { path = "../ruff_python_parser" }
|
ruff_python_parser = { path = "../ruff_python_parser" }
|
||||||
ruff_python_stdlib = { path = "../ruff_python_stdlib" }
|
ruff_python_stdlib = { path = "../ruff_python_stdlib" }
|
||||||
ruff_python_trivia = { path = "../ruff_python_trivia" }
|
ruff_python_trivia = { path = "../ruff_python_trivia" }
|
||||||
|
|
@ -28,10 +27,10 @@ ruff_workspace = { path = "../ruff_workspace", features = ["schemars"]}
|
||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
ignore = { workspace = true }
|
ignore = { workspace = true }
|
||||||
|
imara-diff = "0.1.5"
|
||||||
indicatif = "0.17.7"
|
indicatif = "0.17.7"
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
libcst = { workspace = true }
|
libcst = { workspace = true }
|
||||||
once_cell = { workspace = true }
|
|
||||||
pretty_assertions = { version = "1.3.0" }
|
pretty_assertions = { version = "1.3.0" }
|
||||||
rayon = "1.8.0"
|
rayon = "1.8.0"
|
||||||
regex = { workspace = true }
|
regex = { workspace = true }
|
||||||
|
|
@ -40,13 +39,11 @@ serde = { workspace = true, features = ["derive"] }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
similar = { workspace = true }
|
similar = { workspace = true }
|
||||||
strum = { workspace = true }
|
strum = { workspace = true }
|
||||||
strum_macros = { workspace = true }
|
|
||||||
tempfile = "3.8.1"
|
tempfile = "3.8.1"
|
||||||
toml = { workspace = true, features = ["parse"] }
|
toml = { workspace = true, features = ["parse"] }
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tracing-indicatif = { workspace = true }
|
tracing-indicatif = { workspace = true }
|
||||||
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
tracing-subscriber = { workspace = true, features = ["env-filter"] }
|
||||||
imara-diff = "0.1.5"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indoc = "2.0.4"
|
indoc = "2.0.4"
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@ ruff_text_size = { path = "../ruff_text_size" }
|
||||||
bitflags = { workspace = true }
|
bitflags = { workspace = true }
|
||||||
is-macro = { workspace = true }
|
is-macro = { workspace = true }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
memchr = { workspace = true }
|
|
||||||
once_cell = { workspace = true }
|
|
||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
serde = { workspace = true, optional = true }
|
serde = { workspace = true, optional = true }
|
||||||
smallvec = { workspace = true }
|
smallvec = { workspace = true }
|
||||||
|
|
|
||||||
|
|
@ -20,8 +20,6 @@ ruff_python_parser = { path = "../ruff_python_parser" }
|
||||||
ruff_source_file = { path = "../ruff_source_file" }
|
ruff_source_file = { path = "../ruff_source_file" }
|
||||||
ruff_text_size = { path = "../ruff_text_size" }
|
ruff_text_size = { path = "../ruff_text_size" }
|
||||||
|
|
||||||
itertools = { workspace = true }
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,6 @@ default = ["console_error_panic_hook"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruff_linter = { path = "../ruff_linter" }
|
ruff_linter = { path = "../ruff_linter" }
|
||||||
ruff_diagnostics = { path = "../ruff_diagnostics" }
|
|
||||||
ruff_python_ast = { path = "../ruff_python_ast" }
|
ruff_python_ast = { path = "../ruff_python_ast" }
|
||||||
ruff_python_codegen = { path = "../ruff_python_codegen" }
|
ruff_python_codegen = { path = "../ruff_python_codegen" }
|
||||||
ruff_formatter = { path = "../ruff_formatter" }
|
ruff_formatter = { path = "../ruff_formatter" }
|
||||||
|
|
|
||||||
|
|
@ -17,14 +17,13 @@ libfuzzer = ["libfuzzer-sys/link_libfuzzer"]
|
||||||
cargo-fuzz = true
|
cargo-fuzz = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arbitrary = { version = "1.3.0", features = ["derive"] }
|
|
||||||
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
|
|
||||||
ruff_linter = { path = "../crates/ruff_linter" }
|
ruff_linter = { path = "../crates/ruff_linter" }
|
||||||
ruff_python_ast = { path = "../crates/ruff_python_ast" }
|
|
||||||
ruff_python_codegen = { path = "../crates/ruff_python_codegen" }
|
ruff_python_codegen = { path = "../crates/ruff_python_codegen" }
|
||||||
ruff_python_formatter = { path = "../crates/ruff_python_formatter" }
|
|
||||||
ruff_python_parser = { path = "../crates/ruff_python_parser" }
|
ruff_python_parser = { path = "../crates/ruff_python_parser" }
|
||||||
ruff_source_file = { path = "../crates/ruff_source_file" }
|
ruff_source_file = { path = "../crates/ruff_source_file" }
|
||||||
|
|
||||||
|
arbitrary = { version = "1.3.0", features = ["derive"] }
|
||||||
|
libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer", default-features = false }
|
||||||
similar = { version = "2.2.1" }
|
similar = { version = "2.2.1" }
|
||||||
|
|
||||||
# Prevent this from interfering with workspaces
|
# Prevent this from interfering with workspaces
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue