Skip to content

Commit db62bad

Browse files
committed
feat: set executor type to "uv" in tool.poe section of pyproject.toml
1 parent 1bd0898 commit db62bad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ skip = '.git*,*.svg,*.lock'
244244
check-hidden = true
245245
ignore-words-list = 'asend'
246246

247+
[tool.poe]
248+
executor.type = "uv"
249+
247250
[tool.poe.tasks]
248251
format.help = "Format the code"
249252
format.sequence = [{ cmd = "ruff check --fix" }, { cmd = "ruff format" }]

0 commit comments

Comments
 (0)