This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
chore: initial work on centrality modules (abandened for now) #291
build-linux.yaml
on: push
Annotations
13 errors
Ruff (F821):
src/kiara_plugin/network_analysis/models/__init__.py#L338
src/kiara_plugin/network_analysis/models/__init__.py:338:36: F821 Undefined name `NetworkNodeAttributeMetadata`
|
Ruff (T201):
src/kiara_plugin/network_analysis/utils.py#L185
src/kiara_plugin/network_analysis/utils.py:185:5: T201 `print` found
|
Ruff (T201):
src/kiara_plugin/network_analysis/utils.py#L215
src/kiara_plugin/network_analysis/utils.py:215:5: T201 `print` found
|
Ruff (F841):
src/kiara_plugin/network_analysis/utils.py#L216
src/kiara_plugin/network_analysis/utils.py:216:5: F841 Local variable `nodes_table_result` is assigned to but never used
|
Ruff (T201):
src/kiara_plugin/network_analysis/utils.py#L233
src/kiara_plugin/network_analysis/utils.py:233:5: T201 `print` found
|
linting-linux
Process completed with exit code 1.
|
mypy check on linux (3.10)
Process completed with exit code 2.
|
mypy check on linux (3.11)
The job was canceled because "_3_10" failed.
|
mypy check on linux (3.11)
Process completed with exit code 2.
|
mypy check on linux (3.9)
The job was canceled because "_3_10" failed.
|
mypy check on linux (3.9)
The operation was canceled.
|
mypy check on linux (3.8)
The job was canceled because "_3_10" failed.
|
mypy check on linux (3.8)
The operation was canceled.
|