mirror of
https://github.com/anomalyco/opencode-sdk-python.git
synced 2026-04-28 12:39:54 +00:00
chore(internal): fix ruff target version
This commit is contained in:
parent
34ccc7f7d7
commit
63af9064ec
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ reportPrivateUsage = false
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
output-format = "grouped"
|
output-format = "grouped"
|
||||||
target-version = "py37"
|
target-version = "py38"
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
docstring-code-format = true
|
docstring-code-format = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue