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