From 9516cd511c6c0adf0d0f5e0279a1ac3f151dafb4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 6 Sep 2025 10:25:51 -0700 Subject: [PATCH 1/2] Improve wording/formatting of comments --- .github/workflows/check-prettier-formatting-task.yml | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-prettier-formatting-task.yml b/.github/workflows/check-prettier-formatting-task.yml index 1dd347c..1b6a5bb 100644 --- a/.github/workflows/check-prettier-formatting-task.yml +++ b/.github/workflows/check-prettier-formatting-task.yml @@ -13,6 +13,7 @@ on: - "**/.prettierrc*" # Prettier-covered file patterns are defined by: # https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml + # # CSS - "**.css" - "**.wxss" diff --git a/pyproject.toml b/pyproject.toml index 616a738..377b589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,8 @@ python = "~3.9" yamllint = "^1.37.1" codespell = "^2.4.1" -# The dependencies in this group are installed using pipx; NOT Poetry. The use of a `poetry` section is a hack required -# in order to be able to manage updates of these dependencies via Dependabot, as used for all other dependencies. +# 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. [tool.poetry.group.pipx] optional = true From 7f47798a36f7b56073603671e5e8ca7eccf6a532 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 6 Sep 2025 10:27:02 -0700 Subject: [PATCH 2/2] Improve wording/formatting of task descriptions --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index fa52195..5f72bec 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -221,7 +221,7 @@ tasks: # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml go:lint: desc: | - Lint Go code. + Lint Go code Environment variable parameters: - GO_MODULE_PATH: Path of the Go module root (default: {{.DEFAULT_GO_MODULE_PATH}}). - GO_PACKAGES: List of Go packages to modernize (default: all packages of the module). @@ -462,7 +462,7 @@ tasks: # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml poetry:sync: - desc: Sync poetry.lock + desc: Sync Poetry lockfile deps: - task: poetry:install cmds: @@ -472,7 +472,7 @@ tasks: # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml poetry:validate: - desc: Validate pyproject.toml + desc: Validate Poetry configuration deps: - task: poetry:install cmds: