mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 13:24:57 +00:00
Workaround for maturin bug (#4399)
This commit is contained in:
parent
ebda9b31d9
commit
606b6ac3df
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ Changelog = "https://github.com/charliermarsh/ruff/releases"
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
bindings = "bin"
|
bindings = "bin"
|
||||||
manifest-path = "crates/ruff_cli/Cargo.toml"
|
manifest-path = "crates/ruff_cli/Cargo.toml"
|
||||||
|
module-name = "ruff"
|
||||||
python-source = "python"
|
python-source = "python"
|
||||||
strip = true
|
strip = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue