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 @@ -53,10 +53,10 @@ dev-flake8 = [
"pydoclint == 0.8.3",
"pydocstyle == 6.3.0",
]
dev-formatting = ["black == 25.9.0", "isort == 8.0.1"]
dev-formatting = ["black == 26.3.1", "isort == 8.0.1"]
dev-mkdocs = [
"Markdown == 3.10.2",
"black == 25.9.0",
"black == 26.3.1",
"mike == 2.1.4",
"mkdocs-gen-files == 0.6.1",
"mkdocs-literate-nav == 0.6.3",
Expand Down
1 change: 0 additions & 1 deletion src/frequenz/core/id.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class CustomNameForId(BaseId, str_prefix="CST", allow_custom_name=True):
```
'''


import logging
from typing import Any, ClassVar, Self, cast

Expand Down
1 change: 0 additions & 1 deletion tests/math/test_interval.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

"""Tests for the collections module."""


from typing import Self

import pytest
Expand Down
1 change: 0 additions & 1 deletion tests/test_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

"""Tests for the log module."""


import pytest

from frequenz.core.module import get_public_module_name
Expand Down
Loading