We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 573eab4 + 42518d8 commit c20b3e2Copy full SHA for c20b3e2
Taskfile.yml
@@ -420,7 +420,6 @@ tasks:
420
cmds:
421
- |
422
poetry install \
423
- --no-root \
424
{{if .POETRY_GROUPS}} --only {{.POETRY_GROUPS}} {{end}}
425
426
poetry:sync:
pyproject.toml
@@ -2,10 +2,7 @@
2
line-length = 120
3
4
[tool.poetry]
5
-name = "compilesketches"
6
-version = "0.0.0"
7
-description = ""
8
-authors = ["Arduino <[email protected]>"]
+package-mode = false
9
10
[tool.poetry.dependencies]
11
python = "3.11.2"
0 commit comments