@@ -14,7 +14,16 @@ name = "frequenz-reporting-python"
1414description = " A highlevel interface for the reporting API"
1515readme = " README.md"
1616license = { 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+ ]
1827classifiers = [
1928 " Development Status :: 3 - Alpha" ,
2029 " Intended Audience :: Developers" ,
4049dev-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" ]
6874dev-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]
7379dev-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