This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Fix some examples & lib stuff; Add better trait handling #29
Annotations
9 errors
Ruff (F821):
examples/route.py#L73
examples/route.py:73:43: F821 Undefined name `extrude_y`
|
Ruff (F821):
examples/route.py#L74
examples/route.py:74:41: F821 Undefined name `extrude_y`
|
Ruff (F821):
examples/route.py#L90
examples/route.py:90:44: F821 Undefined name `extrude_y`
|
Ruff (F821):
examples/route.py#L91
examples/route.py:91:41: F821 Undefined name `extrude_y`
|
Ruff (E501):
src/faebryk/core/trait.py#L25
src/faebryk/core/trait.py:25:89: E501 Line too long (89 > 88)
|
Ruff (I001):
src/faebryk/core/util.py#L4
src/faebryk/core/util.py:4:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
src/faebryk/core/util.py#L4
src/faebryk/core/util.py:4:17: F401 `ast.Call` imported but unused
|
Ruff (F401):
src/faebryk/library/has_single_electric_reference.py#L8
src/faebryk/library/has_single_electric_reference.py:8:30: F401 `faebryk.library._F` imported but unused
|
test
Process completed with exit code 1.
|