This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
fix implied test #435
Annotations
8 errors
Ruff (E501):
src/faebryk/core/bfs.py#L140
src/faebryk/core/bfs.py:140:89: E501 Line too long (90 > 88)
|
Ruff (F401):
src/faebryk/core/cpp/__init__.py#L30
src/faebryk/core/cpp/__init__.py:30:8: F401 `faebryk_core_cpp` imported but unused
|
Ruff (E501):
src/faebryk/core/cpp/graph.py#L150
src/faebryk/core/cpp/graph.py:150:89: E501 Line too long (104 > 88)
|
Ruff (F401):
src/faebryk/core/graph.py#L13
src/faebryk/core/graph.py:13:5: F401 `faebryk.libs.util.DefaultFactoryDict` imported but unused
|
Ruff (E501):
src/faebryk/core/pathfinder.py#L149
src/faebryk/core/pathfinder.py:149:89: E501 Line too long (101 > 88)
|
Ruff (F401):
src/faebryk/libs/util.py#L10
src/faebryk/libs/util.py:10:38: F401 `collections.deque` imported but unused
|
Ruff (F401):
src/faebryk/libs/util.py#L20
src/faebryk/libs/util.py:20:5: F401 `typing.Generator` imported but unused
|
test
Process completed with exit code 1.
|