diff --git a/Taskfile.yml b/Taskfile.yml index 261ded52..26cbc250 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -639,7 +639,7 @@ tasks: deps: - task: poetry:install cmds: - - poetry install --no-root + - poetry install # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml poetry:update-deps: diff --git a/pyproject.toml b/pyproject.toml index 5b4b7baa..6a018a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,7 @@ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry/pyproject.toml [tool.poetry] -name = "arduino-lint" -version = "0.0.0" -description = "arduino-lint" -authors = ["Arduino "] +package-mode = false # The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool.poetry.group` super-table # is a hack required in order to be able to manage updates of these dependencies via Dependabot.