Drop conflicting target-version
The current value (py312) conflicts with the minimum version (py310). Drop target-version so that ruff uses the required-python option. Change-Id: I4ff1a14bf1f6165f190fc3abd467a6c9a9e8ed9a Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -75,7 +75,6 @@ build-backend = "pbr.build"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 79
|
||||
target-version = "py312"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = [
|
||||
|
||||
Reference in New Issue
Block a user