File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
- " **/.prettierrc*"
14
14
# Prettier-covered file patterns are defined by:
15
15
# https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml
16
+ #
16
17
# CSS
17
18
- " **.css"
18
19
- " **.wxss"
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ tasks:
221
221
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
222
222
go:lint :
223
223
desc : |
224
- Lint Go code.
224
+ Lint Go code
225
225
Environment variable parameters:
226
226
- GO_MODULE_PATH: Path of the Go module root (default: {{.DEFAULT_GO_MODULE_PATH}}).
227
227
- GO_PACKAGES: List of Go packages to modernize (default: all packages of the module).
@@ -462,7 +462,7 @@ tasks:
462
462
463
463
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
464
464
poetry:sync :
465
- desc : Sync poetry.lock
465
+ desc : Sync Poetry lockfile
466
466
deps :
467
467
- task : poetry:install
468
468
cmds :
@@ -472,7 +472,7 @@ tasks:
472
472
473
473
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-poetry-task/Taskfile.yml
474
474
poetry:validate :
475
- desc : Validate pyproject.toml
475
+ desc : Validate Poetry configuration
476
476
deps :
477
477
- task : poetry:install
478
478
cmds :
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ python = "~3.9"
10
10
yamllint = " ^1.37.1"
11
11
codespell = " ^2.4.1"
12
12
13
- # The dependencies in this group are installed using pipx; NOT Poetry. The use of a ` poetry` section is a hack required
14
- # in order to be able to manage updates of these dependencies via Dependabot, as used for all other dependencies .
13
+ # The dependencies in this group are installed using pipx; NOT Poetry. The use of the `tool. poetry.group` super-table
14
+ # is a hack required in order to be able to manage updates of these dependencies via Dependabot.
15
15
[tool .poetry .group .pipx ]
16
16
optional = true
17
17
You can’t perform that action at this time.
0 commit comments