Skip to content

Logging fixup

Logging fixup #108

Triggered via pull request February 26, 2025 21:27
Status Failure
Total duration 14s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (F401): src/drunc/controller/interface/controller.py#L6
src/drunc/controller/interface/controller.py:6:8: F401 `sys` imported but unused
Ruff (F401): src/drunc/process_manager/interface/process_manager.py#L5
src/drunc/process_manager/interface/process_manager.py:5:8: F401 `socket` imported but unused
Ruff (F401): src/drunc/unified_shell/shell.py#L4
src/drunc/unified_shell/shell.py:4:8: F401 `getpass` imported but unused
Ruff (F401): src/drunc/unified_shell/shell.py#L22
src/drunc/unified_shell/shell.py:22:41: F401 `drunc.process_manager.utils.get_log_path` imported but unused
Ruff (F401): src/drunc/unified_shell/shell.py#L22
src/drunc/unified_shell/shell.py:22:55: F401 `drunc.process_manager.utils.get_pm_conf_name_from_dir` imported but unused
Ruff (F401): src/drunc/unified_shell/shell.py#L25
src/drunc/unified_shell/shell.py:25:114: F401 `drunc.utils.utils.setup_standard_loggers` imported but unused
Ruff (F841): src/drunc/unified_shell/shell.py#L66
src/drunc/unified_shell/shell.py:66:5: F841 Local variable `app_log_path` is assigned to but never used
Ruff (F401): src/drunc/utils/utils.py#L24
src/drunc/utils/utils.py:24:23: F401 `rich.text.Text` imported but unused
Ruff (F541): src/drunc/utils/utils.py#L145
src/drunc/utils/utils.py:145:27: F541 f-string without any placeholders
ruff
Process completed with exit code 1.