Skip to content

Commit

Permalink
chore: update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 10, 2023
1 parent b0fb3c1 commit 656f942
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ resolver = "2"

[workspace.dependencies]
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.4" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.4" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.5" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.5" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.87"
Expand Down

0 comments on commit 656f942

Please sign in to comment.