This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Fix rt_field init order #37
Annotations
10 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 (I001):
src/faebryk/core/node.py#L3
src/faebryk/core/node.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F821):
src/faebryk/exporters/pcb/routing/util.py#L113
src/faebryk/exporters/pcb/routing/util.py:113:15: F821 Undefined name `get_net`
|
Ruff (F401):
src/faebryk/library/Constant.py#L6
src/faebryk/library/Constant.py:6:30: F401 `faebryk.library._F` imported but unused
|
Ruff (F401):
src/faebryk/library/Constant.py#L8
src/faebryk/library/Constant.py:8:34: F401 `faebryk.libs.library.L` 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.
|