Skip to content

poor design, None used as value #6702

poor design, None used as value

poor design, None used as value #6702

Triggered via push October 22, 2024 20:44
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: push
ruff-linting
7s
ruff-linting
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (UP035): dojo/reports/views.py#L6
dojo/reports/views.py:6:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (F401): dojo/reports/views.py#L6
dojo/reports/views.py:6:20: F401 `typing.List` imported but unused
Ruff (W293): dojo/utils.py#L1582
dojo/utils.py:1582:1: W293 Blank line contains whitespace
Ruff (E303): dojo/utils.py#L1583
dojo/utils.py:1583:5: E303 Too many blank lines (2)
ruff-linting
Process completed with exit code 1.