Skip to content

Add import history cleanup task and max_import_history setting fixes … #19333

Add import history cleanup task and max_import_history setting fixes …

Add import history cleanup task and max_import_history setting fixes … #19333

Re-run triggered March 30, 2026 18:01
Status Failure
Total duration 54s
Artifacts

ruff.yml

on: pull_request
ruff-linting
11s
ruff-linting
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff-linting
Process completed with exit code 1.
ruff (E302): dojo/tasks.py#L249
dojo/tasks.py:249:1: E302 Expected 2 blank lines, found 0 help: Add missing blank line(s)
ruff (F821): dojo/tasks.py#L241
dojo/tasks.py:241:19: F821 Undefined name `Test_Import`
ruff (F821): dojo/tasks.py#L233
dojo/tasks.py:233:25: F821 Undefined name `Test_Import`
ruff (Q000): dojo/tasks.py#L224
dojo/tasks.py:224:22: Q000 Single quotes found but double quotes preferred help: Replace single quotes with double quotes
ruff (E303): dojo/tasks.py#L211
dojo/tasks.py:211:1: E303 Too many blank lines (3) help: Remove extraneous blank line(s)