Skip to content

Commit 60462c4

Browse files
committed
build: remove invalid poe config in pyproject.toml
1 parent aa82b98 commit 60462c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

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

265-
[tool.poe]
266-
executor.type = "uv"
267-
268265
[tool.poe.tasks]
269266
format.help = "Format the code"
270267
format.sequence = [{ cmd = "ruff check --fix" }, { cmd = "ruff format" }]

0 commit comments

Comments
 (0)