Skip to content

Commit 99f1aab

Browse files
committed
Re-format pyproject.toml using taplo
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2337f1d commit 99f1aab

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

pyproject.toml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@ name = "frequenz-client-electricity-trading"
1414
description = "Electricity Trading API client for Python"
1515
readme = "README.md"
1616
license = { text = "MIT" }
17-
keywords = ["frequenz", "python", "lib", "library", "client-electricity-trading", "client", "api", "python", "trading", "electricity-trading"]
17+
keywords = [
18+
"frequenz",
19+
"python",
20+
"lib",
21+
"library",
22+
"client-electricity-trading",
23+
"client",
24+
"api",
25+
"python",
26+
"trading",
27+
"electricity-trading",
28+
]
1829
classifiers = [
1930
"Development Status :: 3 - Alpha",
2031
"Intended Audience :: Developers",
@@ -51,7 +62,7 @@ email = "[email protected]"
5162
dev-flake8 = [
5263
"flake8 == 7.1.1",
5364
"flake8-docstrings == 1.7.0",
54-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
65+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
5566
"pydoclint == 0.5.9",
5667
"pydocstyle == 6.3.0",
5768
]
@@ -77,10 +88,7 @@ dev-mypy = [
7788
# For checking the noxfile, docs/ script, and tests
7889
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
7990
]
80-
dev-noxfile = [
81-
"nox == 2024.10.9",
82-
"frequenz-repo-config[lib] == 0.13.0",
83-
]
91+
dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.13.0"]
8492
dev-pylint = [
8593
"pylint == 3.3.2",
8694
# For checking the noxfile, docs/ script, and tests
@@ -181,7 +189,14 @@ packages = ["frequenz.client.electricity_trading"]
181189
strict = true
182190

183191
[[tool.mypy.overrides]]
184-
module = ["mkdocs_macros.*", "sybil", "sybil.*", "deepdiff", "entsoe", "entsoe."]
192+
module = [
193+
"mkdocs_macros.*",
194+
"sybil",
195+
"sybil.*",
196+
"deepdiff",
197+
"entsoe",
198+
"entsoe.",
199+
]
185200
ignore_missing_imports = true
186201

187202
[tool.setuptools_scm]

0 commit comments

Comments
 (0)