Drop redundant target-version option
ruff uses [project] requires-python by default[1]. [1] https://docs.astral.sh/ruff/settings/#target-version Change-Id: I088e0632a6e4b0195ab7edfcfedca2365635663e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -64,7 +64,6 @@ ignore_errors = true
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 79
|
line-length = 79
|
||||||
target-version = "py310"
|
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
quote-style = "preserve"
|
quote-style = "preserve"
|
||||||
|
|||||||
Reference in New Issue
Block a user