Skip to content

UI with thread that refreshes the tree #2

UI with thread that refreshes the tree

UI with thread that refreshes the tree #2

Triggered via push October 15, 2024 09:04
Status Failure
Total duration 16s
Billable time 1m
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (BLE001): joblib_htcondor/backend.py#L139
joblib_htcondor/backend.py:139:20: BLE001 Do not catch blind exception: `Exception`
Ruff (BLE001): joblib_htcondor/backend.py#L499
joblib_htcondor/backend.py:499:16: BLE001 Do not catch blind exception: `Exception`
Ruff (C901): joblib_htcondor/backend.py#L912
joblib_htcondor/backend.py:912:9: C901 `_poll_jobs` is too complex (11 > 10)
Ruff (D417): joblib_htcondor/backend.py#L1099
joblib_htcondor/backend.py:1099:9: D417 Missing argument description in the docstring for `build`: `export_metadata`
Ruff (E501): joblib_htcondor/backend.py#L1139
joblib_htcondor/backend.py:1139:80: E501 Line too long (80 > 79)
Ruff (E501): joblib_htcondor/backend.py#L1143
joblib_htcondor/backend.py:1143:80: E501 Line too long (81 > 79)
Ruff (E501): joblib_htcondor/backend.py#L1150
joblib_htcondor/backend.py:1150:80: E501 Line too long (81 > 79)
Ruff (E501): joblib_htcondor/backend.py#L1154
joblib_htcondor/backend.py:1154:80: E501 Line too long (80 > 79)
Ruff (D100): joblib_htcondor/tests/test_backend.py#L1
joblib_htcondor/tests/test_backend.py:1:1: D100 Missing docstring in public module
Ruff (C901): joblib_htcondor/ui/__main__.py#L31
joblib_htcondor/ui/__main__.py:31:5: C901 `align_text` is too complex (16 > 10)