chore(internal): fix ruff target version

This commit is contained in:
stainless-app[bot] 2025-08-06 02:28:34 +00:00
parent 34ccc7f7d7
commit 63af9064ec

View file

@ -159,7 +159,7 @@ reportPrivateUsage = false
[tool.ruff]
line-length = 120
output-format = "grouped"
target-version = "py37"
target-version = "py38"
[tool.ruff.format]
docstring-code-format = true