Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Core: Improve field construction exceptions #104

Core: Improve field construction exceptions

Core: Improve field construction exceptions #104

Triggered via push September 5, 2024 00:08
Status Failure
Total duration 40s
Artifacts

pytest.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (I001): src/faebryk/library/NetTie.py#L4
src/faebryk/library/NetTie.py:4:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): src/faebryk/library/NetTie.py#L13
src/faebryk/library/NetTie.py:13:31: F401 `faebryk.libs.util.times` imported but unused
Ruff (F401): src/faebryk/library/NetTie.py#L14
src/faebryk/library/NetTie.py:14:20: F401 `typing.TypeGuard` imported but unused
Ruff (F811): src/faebryk/library/NetTie.py#L15
src/faebryk/library/NetTie.py:15:30: F811 Redefinition of unused `F` from line 8
Ruff (F811): src/faebryk/library/NetTie.py#L16
src/faebryk/library/NetTie.py:16:33: F811 Redefinition of unused `Module` from line 6
Ruff (F811): src/faebryk/library/NetTie.py#L17
src/faebryk/library/NetTie.py:17:42: F811 Redefinition of unused `ModuleInterface` from line 7
test
Process completed with exit code 1.