Skip to content

Commit e0f9821

Browse files
committed
Reformat pyproject.toml using taplo
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0309f57 commit e0f9821

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

pyproject.toml

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ name = "frequenz-client-reporting"
1414
description = "Reporting API client for Python"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "client-reporting", "client", "reporting", "api"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"client-reporting",
23+
"client",
24+
"reporting",
25+
"api",
26+
]
1827
classifiers = [
1928
"Development Status :: 3 - Alpha",
2029
"Intended Audience :: Developers",
@@ -47,7 +56,7 @@ email = "[email protected]"
4756
dev-flake8 = [
4857
"flake8 == 7.3.0",
4958
"flake8-docstrings == 1.7.0",
50-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
59+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5160
"pydoclint == 0.6.6",
5261
"pydocstyle == 6.3.0",
5362
]
@@ -70,17 +79,14 @@ dev-mypy = [
7079
"types-protobuf == 6.30.2.20250703",
7180
# For checking the noxfile, docs/ script, and tests
7281
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pandas-stubs >= 2, < 3", # Only required for example
74-
]
75-
dev-noxfile = [
76-
"nox == 2025.5.1",
77-
"frequenz-repo-config[lib] == 0.13.5",
82+
"pandas-stubs >= 2, < 3", # Only required for example
7883
]
84+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
7985
dev-pylint = [
8086
"pylint == 3.3.7",
8187
# For checking the noxfile, docs/ script, and tests
8288
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",
83-
"pandas >= 2, < 3", # Only required for example
89+
"pandas >= 2, < 3", # Only required for example
8490
]
8591
dev-pytest = [
8692
"pytest == 8.4.1",
@@ -92,9 +98,7 @@ dev-pytest = [
9298
dev = [
9399
"frequenz-client-reporting[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",
94100
]
95-
examples = [
96-
"pandas >= 2, < 3",
97-
]
101+
examples = ["pandas >= 2, < 3"]
98102

99103
[project.urls]
100104
Documentation = "https://frequenz-floss.github.io/frequenz-client-reporting-python/"

0 commit comments

Comments
 (0)