Skip to content

Commit

Permalink
fix: update to Ruff v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dprintbot committed Mar 9, 2024
1 parent d323be3 commit a005872
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.3.1" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.1" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.1" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
serde = { version = "1.0.108", features = ["derive"] }
serde_json = { version = "1.0", optional = true }

Expand Down

0 comments on commit a005872

Please sign in to comment.