Drop redundant target-version option
ruff uses [project] requires-python by default[1]. [1] https://docs.astral.sh/ruff/settings/#target-version Change-Id: I68033cbb2e154b7173c55b67ca57c1d2ef288fea Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -126,7 +126,6 @@ disallow_untyped_calls = false
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 79
|
||||
target-version = "py310"
|
||||
|
||||
[tool.ruff.lint]
|
||||
# enable the following rule classes:
|
||||
|
||||
Reference in New Issue
Block a user