Skip to content

Commit 9516cd5

Browse files
committed
Improve wording/formatting of comments
1 parent b1608dc commit 9516cd5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check-prettier-formatting-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- "**/.prettierrc*"
1414
# Prettier-covered file patterns are defined by:
1515
# https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml
16+
#
1617
# CSS
1718
- "**.css"
1819
- "**.wxss"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ python = "~3.9"
1010
yamllint = "^1.37.1"
1111
codespell = "^2.4.1"
1212

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.
1515
[tool.poetry.group.pipx]
1616
optional = true
1717

0 commit comments

Comments
 (0)