Skip to content

Commit

Permalink
chore(deps): update ruff dependency to version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Dec 15, 2024
1 parent 7c5d24f commit c71d0e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 = "0.8.1" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.1" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.3" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.8.3" }


anyhow = "1.0"
Expand Down

0 comments on commit c71d0e5

Please sign in to comment.