Add import history cleanup task and max_import_history setting fixes … #19333
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)
|