Skip to content

Commit 76bc385

Browse files
authored
Update partial-poe.json for uv executor support. (SchemaStore#4746)
1 parent db452c2 commit 76bc385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schemas/json/partial-poe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@
491491
},
492492
"type": {
493493
"default": "auto",
494-
"description": "Specifies the executor type. 'auto' uses the most appropriate executor, 'poetry' uses the poetry environment, 'virtualenv' specifies a virtual environment, and 'simple' runs tasks without any specific environment setup.",
495-
"enum": ["auto", "poetry", "virtualenv", "simple"],
494+
"description": "Specifies the executor type. 'auto' uses the most appropriate executor, 'poetry' uses the poetry environment, 'uv' uses `uv run` to run tasks, 'virtualenv' specifies a virtual environment, and 'simple' runs tasks without any specific environment setup.",
495+
"enum": ["auto", "poetry", "uv", "virtualenv", "simple"],
496496
"type": "string"
497497
}
498498
},

0 commit comments

Comments
 (0)