Skip to content

Commit 983781b

Browse files
chore: Remove meta poe task
1 parent 1dff406 commit 983781b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ cmd = "black --check --line-length 100 ."
9898
help = "Run prettier against non-Python code"
9999
cmd = "npx --yes prettier@3.0.3 . --no-config --check"
100100

101-
[tool.poe.tasks.package-name]
102-
help = "Execute package-name from this repo (useful for testing)"
103-
script = "package_name.cli:run"
104-
105101
[build-system]
106102
requires = ["poetry-core"]
107103
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)