This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
fix trait override #36
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 (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
|
Ruff (F401):
test/core/test_core.py#L12
test/core/test_core.py:12:5: F401 `faebryk.core.trait.TraitAlreadyExists` imported but unused
|
test
Process completed with exit code 1.
|