Merge branch 'simone_my_upgrade' of https://github.com/Kreative-Perfo… #75
Annotations
13 errors and 5 warnings
Ruff (F401):
main.py#L4
main.py:4:20: F401 `typing.List` imported but unused
|
Ruff (E741):
showcase.ipynb#L27
showcase.ipynb:1:1: E741 Ambiguous variable name: `l`
|
Ruff (F403):
test.ipynb#L1
test.ipynb:1:1: F403 `from kb_interface import *` used; unable to detect undefined names
|
Ruff (F405):
test.ipynb#L2
test.ipynb:1:1: F405 `start` may be undefined, or defined from star imports
|
Ruff (F405):
test.ipynb#L3
test.ipynb:1:1: F405 `add_kpi` may be undefined, or defined from star imports
|
Ruff (F405):
test.ipynb#L11
test.ipynb:1:1: F405 `get_closest_object_properties` may be undefined, or defined from star imports
|
Ruff (F401):
tests/test_api.py#L1
tests/test_api.py:1:8: F401 `pytest` imported but unused
|
Ruff (E711):
tests/test_kb.py#L129
tests/test_kb.py:129:35: E711 Comparison to `None` should be `cond is not None`
|
lint
Process completed with exit code 1.
|
style-check
Process completed with exit code 1.
|
type-check
Process completed with exit code 1.
|
test
Process completed with exit code 2.
|
format
Process completed with exit code 1.
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
style-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
type-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|