From 60462c4e19a02df08df6db2dc0c9631f0ab1bec9 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Tue, 13 Jan 2026 23:49:30 +0800 Subject: [PATCH] build: remove invalid poe config in pyproject.toml --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7262a5dd1..ae47d39a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -262,9 +262,6 @@ skip = '.git*,*.svg,*.lock' check-hidden = true ignore-words-list = 'asend' -[tool.poe] -executor.type = "uv" - [tool.poe.tasks] format.help = "Format the code" format.sequence = [{ cmd = "ruff check --fix" }, { cmd = "ruff format" }]