Skip to content

Commit c61955f

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

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
requires-python = ">= 3.11, < 4"
29+
dependencies = ["typing-extensions >= 4.5.0, < 5"]
2930
# TODO(cookiecutter): Remove and add more dependencies if appropriate
30-
dependencies = [
31-
"typing-extensions >= 4.5.0, < 5",
32-
]
3331
dynamic = ["version"]
3432

3533
[[project.authors]]
@@ -64,18 +62,15 @@ dev-mypy = [
6462
# For checking the noxfile, docs/ script, and tests
6563
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
6664
]
67-
dev-noxfile = [
68-
"nox == 2024.4.15",
69-
"frequenz-repo-config[lib] == 0.9.1",
70-
]
65+
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.1"]
7166
dev-pylint = [
7267
# dev-pytest already defines a dependency to pylint because of the examples
7368
# For checking the noxfile, docs/ script, and tests
7469
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7570
]
7671
dev-pytest = [
7772
"pytest == 8.1.1",
78-
"pylint == 3.1.0", # We need this to check for the examples
73+
"pylint == 3.1.0", # We need this to check for the examples
7974
"frequenz-repo-config[extra-lint-examples] == 0.9.1",
8075
"pytest-mock == 3.14.0",
8176
"pytest-asyncio == 0.23.6",

0 commit comments

Comments
 (0)