Skip to content

Commit 1bd0898

Browse files
committed
refactor: remove unused poetry_command from tool.poe in pyproject.toml
1 parent 95f5d79 commit 1bd0898

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
@@ -244,9 +244,6 @@ skip = '.git*,*.svg,*.lock'
244244
check-hidden = true
245245
ignore-words-list = 'asend'
246246

247-
[tool.poe]
248-
poetry_command = ""
249-
250247
[tool.poe.tasks]
251248
format.help = "Format the code"
252249
format.sequence = [{ cmd = "ruff check --fix" }, { cmd = "ruff format" }]

0 commit comments

Comments
 (0)