Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ dev-flake8 = [
"pydoclint == 0.8.3",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
dev-formatting = ["black == 26.1.0", "isort == 7.0.0"]
dev-mkdocs = [
"black == 25.12.0",
"black == 26.1.0",
"Markdown == 3.10.2",
"mike == 2.1.3",
"mkdocs-gen-files == 0.6.0",
Expand Down
1 change: 0 additions & 1 deletion src/frequenz/repo/config/cli/version/mike/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

"""Sort `mike`'s `version.json` file with a custom order."""


import json
import sys
from typing import Any, TextIO
Expand Down
1 change: 0 additions & 1 deletion src/frequenz/repo/config/github.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
logging for GitHub Actions.
"""


import logging
import os
import subprocess
Expand Down
1 change: 0 additions & 1 deletion src/frequenz/repo/config/mkdocs/mkdocstrings_macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def define_env(env: macros.MacrosPlugin) -> None:
```
"""


import logging
from typing import Any

Expand Down
1 change: 0 additions & 1 deletion src/frequenz/repo/config/nox/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
modules in this package.
"""


import pathlib as _pathlib
import tomllib as _tomllib
from collections.abc import Iterable, Mapping
Expand Down