We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dff406 commit 983781bCopy full SHA for 983781b
1 file changed
pyproject.toml
@@ -98,10 +98,6 @@ cmd = "black --check --line-length 100 ."
98
help = "Run prettier against non-Python code"
99
cmd = "npx --yes prettier@3.0.3 . --no-config --check"
100
101
-[tool.poe.tasks.package-name]
102
-help = "Execute package-name from this repo (useful for testing)"
103
-script = "package_name.cli:run"
104
-
105
[build-system]
106
requires = ["poetry-core"]
107
build-backend = "poetry.core.masonry.api"
0 commit comments