Skip to content

Commit

Permalink
build(ruff): remove unnecessary target-version use (#10520)
Browse files Browse the repository at this point in the history
## Description of changes

`target-version` is duplicative/unnecessarily-overriding
`requires-python`; see
https://docs.astral.sh/ruff/settings/#target-version.
  • Loading branch information
deepyaman authored Nov 22, 2024
1 parent 4881a9b commit 15df633
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ markers = [
line-length = 88
respect-gitignore = true
exclude = [".direnv", "result-*", "*_py310.py", "decompiled.py", "out_tpch.py"]
target-version = "py310"

[tool.ruff.lint]
select = [
Expand Down

0 comments on commit 15df633

Please sign in to comment.