Skip to content

Commit f5fdd3a

Browse files
committed
Fix pyproject.toml formatting using taplo
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent b2fc119 commit f5fdd3a

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

pyproject.toml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@ name = "frequenz-client-assets"
1414
description = "Assets API client for Python"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "frequenz-client-assets", "client-assets", "client", "assets", "api"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"frequenz-client-assets",
23+
"client-assets",
24+
"client",
25+
"assets",
26+
"api",
27+
]
1828
classifiers = [
1929
"Development Status :: 3 - Alpha",
2030
"Intended Audience :: Developers",
@@ -31,7 +41,7 @@ dependencies = [
3141
"frequenz-api-common >= 0.8.0, < 1",
3242
"frequenz-client-base >= 0.11.0, < 0.12.0",
3343
"frequenz-client-common >= 0.3.2, < 0.4.0",
34-
"grpcio >= 1.73.1, < 2"
44+
"grpcio >= 1.73.1, < 2",
3545
]
3646
dynamic = ["version"]
3747

@@ -43,13 +53,11 @@ name = "Frequenz Energy-as-a-Service GmbH"
4353
4454

4555
[project.optional-dependencies]
46-
cli = [
47-
"asyncclick == 8.1.8",
48-
]
56+
cli = ["asyncclick == 8.1.8"]
4957
dev-flake8 = [
5058
"flake8 == 7.3.0",
5159
"flake8-docstrings == 1.7.0",
52-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
60+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5361
"pydoclint == 0.6.6",
5462
"pydocstyle == 6.3.0",
5563
]
@@ -73,18 +81,15 @@ dev-mypy = [
7381
# For checking the noxfile, docs/ script, and tests
7482
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]",
7583
]
76-
dev-noxfile = [
77-
"nox == 2025.5.1",
78-
"frequenz-repo-config[lib] == 0.13.5",
79-
]
84+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
8085
dev-pylint = [
8186
# dev-pytest already defines a dependency to pylint because of the examples
8287
# For checking the noxfile, docs/ script, and tests
8388
"frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest,cli]",
8489
]
8590
dev-pytest = [
8691
"pytest == 8.4.1",
87-
"pylint == 3.3.7", # We need this to check for the examples
92+
"pylint == 3.3.7", # We need this to check for the examples
8893
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
8994
"pytest-mock == 3.14.1",
9095
"pytest-asyncio == 1.0.0",

0 commit comments

Comments
 (0)