Skip to content

Commit 39ecd29

Browse files
committed
fix: update to Ruff v0.3.3
1 parent c19c452 commit 39ecd29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ wasm = ["serde_json", "dprint-core/wasm"]
2626
[dependencies]
2727
anyhow = "1.0.51"
2828
dprint-core = { version = "0.63.3", default-features = false }
29-
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
30-
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
31-
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" }
29+
ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
30+
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
31+
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.3" }
3232
serde = { version = "1.0.108", features = ["derive"] }
3333
serde_json = { version = "1.0", optional = true }
3434

0 commit comments

Comments
 (0)