Skip to content

Commit

Permalink
Add the testing feature of ruff_db as a dev-dependency for `ruff_…
Browse files Browse the repository at this point in the history
…workspace` (astral-sh#12985)
  • Loading branch information
AlexWaygood authored Aug 19, 2024
1 parent f5bff82 commit e6d5a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/red_knot_workspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ thiserror = { workspace = true }
tracing = { workspace = true }

[dev-dependencies]
ruff_db = { workspace = true, features = ["testing"]}

[lints]
workspace = true

0 comments on commit e6d5a7a

Please sign in to comment.