Skip to content

Commit 5e2c123

Browse files
committed
Fix formatting in pyproject
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent bcf3d95 commit 5e2c123

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ dev-mkdocs = [
7171
]
7272
dev-mypy = [
7373
"mypy == 1.13.0",
74-
"grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases
74+
# This dependency introduces breaking changes in patch releases
75+
"grpc-stubs == 1.53.0.5",
7576
"types-Markdown == 3.7.0.20240822",
7677
# For checking the noxfile, docs/ script, and tests
7778
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)