mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Use Clippy lint table over Cargo config (#490)
Closes https://github.com/astral-sh/puffin/issues/482.
This commit is contained in:
parent
443a0a9df2
commit
9d35128840
28 changed files with 106 additions and 43 deletions
|
@ -10,6 +10,9 @@ repository = { workspace = true }
|
|||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
distribution-filename = { path = "../distribution-filename" }
|
||||
gourgeist = { path = "../gourgeist" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue