Skip to content

Commit 806e6a1

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

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

pyproject.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,16 @@ name = "frequenz-reporting-python"
1414
description = "A highlevel interface for the reporting API"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "reporting", "highlevel", "tooling", "api"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"reporting",
23+
"highlevel",
24+
"tooling",
25+
"api",
26+
]
1827
classifiers = [
1928
"Development Status :: 3 - Alpha",
2029
"Intended Audience :: Developers",
@@ -40,7 +49,7 @@ email = "[email protected]"
4049
dev-flake8 = [
4150
"flake8 == 7.3.0",
4251
"flake8-docstrings == 1.7.0",
43-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
52+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4453
"pydoclint == 0.7.3",
4554
"pydocstyle == 6.3.0",
4655
]
@@ -61,18 +70,15 @@ dev-mypy = [
6170
# For checking the noxfile, docs/ script, and tests
6271
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
6372
]
64-
dev-noxfile = [
65-
"nox == 2025.5.1",
66-
"frequenz-repo-config[lib] == 0.13.5",
67-
]
73+
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
6874
dev-pylint = [
6975
# dev-pytest already defines a dependency to pylint because of the examples
7076
# For checking the noxfile, docs/ script, and tests
7177
"frequenz-reporting-python[dev-mkdocs,dev-noxfile,dev-pytest]",
7278
]
7379
dev-pytest = [
7480
"pytest == 8.4.2",
75-
"pylint == 3.3.8", # We need this to check for the examples
81+
"pylint == 3.3.8", # We need this to check for the examples
7682
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
7783
"pytest-mock == 3.15.1",
7884
"pytest-asyncio == 1.2.0",

0 commit comments

Comments
 (0)