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" }]