Skip to content

Commit

Permalink
feat: update to Ruff v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Feb 2, 2024
1 parent d789b60 commit a6270a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ wasm = ["serde_json", "dprint-core/wasm"]
[dependencies]
anyhow = "1.0.51"
dprint-core = { version = "0.63.3", default-features = false }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.15" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.15" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.1.15" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.2.0" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.2.0" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.2.0" }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit a6270a2

Please sign in to comment.