Skip to content

Add Textual-based monitor TUI #397

Add Textual-based monitor TUI

Add Textual-based monitor TUI #397

Triggered via pull request January 29, 2025 15:10
Status Failure
Total duration 45s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

27 errors and 1 warning
Ruff (E501): comprl/src/comprl/scripts/monitor.py#L22
src/comprl/scripts/monitor.py:22:89: E501 Line too long (125 > 88)
Ruff (E501): comprl/src/comprl/scripts/monitor.py#L23
src/comprl/scripts/monitor.py:23:89: E501 Line too long (125 > 88)
Ruff (E501): comprl/src/comprl/scripts/monitor.py#L26
src/comprl/scripts/monitor.py:26:89: E501 Line too long (90 > 88)
Ruff (D101): comprl/src/comprl/scripts/monitor.py#L37
src/comprl/scripts/monitor.py:37:7: D101 Missing docstring in public class
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L67
src/comprl/scripts/monitor.py:67:9: D102 Missing docstring in public method
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L76
src/comprl/scripts/monitor.py:76:9: D102 Missing docstring in public method
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L79
src/comprl/scripts/monitor.py:79:9: D102 Missing docstring in public method
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L88
src/comprl/scripts/monitor.py:88:9: D102 Missing docstring in public method
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L95
src/comprl/scripts/monitor.py:95:9: D102 Missing docstring in public method
Ruff (D102): comprl/src/comprl/scripts/monitor.py#L104
src/comprl/scripts/monitor.py:104:9: D102 Missing docstring in public method
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
00
mypy
error: Cannot find implementation or library stub for module named "textual.app" [import-not-found]
mypy
note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
mypy
error: Cannot find implementation or library stub for module named "textual.widgets" [import-not-found]
mypy
error: Need type annotation for "data" [var-annotated]
mypy
error: Incompatible types in assignment (expression has type "datetime", target has type "list[Any] | None") [assignment]
mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
mypy
error: Item "None" of "list[Any] | None" has no attribute "append" [union-attr]
mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
mypy
error: Item "None" of "list[Any] | None" has no attribute "append" [union-attr]
mypy
error: Incompatible types in assignment (expression has type "int", target has type "list[Any] | None") [assignment]
black
The `python-version` input is not set. The version of Python currently in `PATH` will be used.