Skip to content

Commit 7e1f346

Browse files
committed
Move comment inside relevant section of Python project file
The previous approach of placing the comment before the start of the section caused Poetry to insert items of the previous section under the comment.
1 parent 8ef4106 commit 7e1f346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ pytest-mock = "3.10.0"
1818
flake8 = "5.0.4"
1919
pep8-naming = "0.13.3"
2020

21+
[tool.poetry.group.external]
2122
# Provided only for use by boards platforms
2223
# NOTE: This group is a temporary workaround that will be removed at the 2.0.0 release of the action.
23-
[tool.poetry.group.external]
2424
optional = true
2525

2626
[tool.poetry.group.external.dependencies]

0 commit comments

Comments
 (0)