@@ -14,7 +14,18 @@ name = "frequenz-client-electricity-trading"
1414description = " Electricity Trading API client for Python"
1515readme = " README.md"
1616license = { 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+ ]
1829classifiers = [
1930 " Development Status :: 3 - Alpha" ,
2031 " Intended Audience :: Developers" ,
5162dev-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" ]
8492dev-pylint = [
8593 " pylint == 3.3.2" ,
8694 # For checking the noxfile, docs/ script, and tests
@@ -181,7 +189,14 @@ packages = ["frequenz.client.electricity_trading"]
181189strict = 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+ ]
185200ignore_missing_imports = true
186201
187202[tool .setuptools_scm ]
0 commit comments