Skip to content

Commit 4302669

Browse files
committed
build: update poe config and upgrade poe to 0.41
1 parent dd972c9 commit 4302669

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dev = [
9797
"tox-uv",
9898
]
9999

100-
base = ["poethepoet>=0.34.0"]
100+
base = ["poethepoet>=0.41.0"]
101101

102102
test = [
103103
"pytest>=9",
@@ -270,8 +270,10 @@ skip = '.git*,*.svg,*.lock'
270270
check-hidden = true
271271
ignore-words-list = 'asend'
272272

273-
[tool.poe]
274-
executor.type = "uv"
273+
[tool.poe.executor]
274+
type = "uv"
275+
no-sync = true
276+
frozen = true
275277

276278
[tool.poe.tasks]
277279
format.help = "Format the code"

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)