mirror of https://github.com/astral-sh/ruff
Remove rust-toolchain.toml from sdist (#17925)
Closes https://github.com/astral-sh/ruff/issues/17909
This commit is contained in:
parent
72c8dc006f
commit
7072cf69b4
|
|
@ -53,9 +53,6 @@ exclude = [
|
|||
"crates/ruff_linter/resources/test/fixtures/**/*",
|
||||
"crates/ruff_linter/src/rules/*/snapshots/**/*"
|
||||
]
|
||||
include = [
|
||||
"rust-toolchain.toml"
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
target-version = "py38"
|
||||
|
|
|
|||
Loading…
Reference in New Issue