We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1716cb + 512baa6 commit ec8d60cCopy full SHA for ec8d60c
Taskfile.yml
@@ -687,14 +687,6 @@ tasks:
687
poetry lock \
688
--no-cache
689
690
- # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/poetry-task/Taskfile.yml
691
- poetry:update-deps:
692
- desc: Update all dependencies managed by Poetry to their newest versions
693
- deps:
694
- - task: poetry:install
695
- cmds:
696
- - poetry update
697
-
698
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
699
poetry:validate:
700
desc: Validate Poetry configuration
0 commit comments