Skip to content

Commit f8334a6

Browse files
committed
Fix formatting in pyproject.toml
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 62f9611 commit f8334a6

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ email = "[email protected]"
3939
dev-flake8 = [
4040
"flake8 == 7.1.1",
4141
"flake8-docstrings == 1.7.0",
42-
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
42+
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
4343
"pydoclint == 0.6.0",
4444
"pydocstyle == 6.3.0",
4545
]
4646
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
4747
dev-mkdocs = [
48+
"Markdown == 3.7",
4849
"black == 25.1.0",
49-
"Markdown==3.7",
5050
"mike == 2.1.3",
5151
"mkdocs-gen-files == 0.5.0",
5252
"mkdocs-literate-nav == 0.6.1",
@@ -62,10 +62,7 @@ dev-mypy = [
6262
# For checking the noxfile, docs/ script, and tests
6363
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
6464
]
65-
dev-noxfile = [
66-
"nox == 2025.2.9",
67-
"frequenz-repo-config[lib] == 0.11.0",
68-
]
65+
dev-noxfile = ["nox == 2025.2.9", "frequenz-repo-config[lib] == 0.11.0"]
6966
dev-pylint = [
7067
"pylint == 3.3.4",
7168
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)