Skip to content

Commit cdd90bd

Browse files
committed
Format pyproject.toml using taplo
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent bc93af8 commit cdd90bd

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pyproject.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,24 @@ name = "Frequenz Energy-as-a-Service GmbH"
5353
5454

5555
[project.optional-dependencies]
56-
cli = ["asyncclick == 8.1.8", "prompt-toolkit == 3.0.50", "parsedatetime==2.6", "tzlocal==5.2"]
56+
cli = [
57+
"asyncclick == 8.1.8",
58+
"prompt-toolkit == 3.0.50",
59+
"parsedatetime == 2.6",
60+
"tzlocal == 5.2",
61+
]
5762

5863
dev-flake8 = [
5964
"flake8 == 7.1.1",
6065
"flake8-docstrings == 1.7.0",
61-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
66+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
6267
"pydoclint == 0.6.0",
6368
"pydocstyle == 6.3.0",
6469
]
6570
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
6671
dev-mkdocs = [
6772
"black == 25.1.0",
68-
"Markdown==3.7",
73+
"Markdown == 3.7",
6974
"mike == 2.1.3",
7075
"mkdocs-gen-files == 0.5.0",
7176
"mkdocs-literate-nav == 0.6.1",
@@ -196,4 +201,4 @@ version_scheme = "post-release"
196201

197202
# Add our own root certificate until we have an official one
198203
[tool.setuptools.package-data]
199-
"frequenz.client.dispatch"= ["certs/root.crt"]
204+
"frequenz.client.dispatch" = ["certs/root.crt"]

0 commit comments

Comments
 (0)