nca-build-docker-image: renovate github actions to build images and c… #173
Annotations
10 errors and 1 warning
Ruff (I001):
dojo/group/utils.py#L1
dojo/group/utils.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
dojo/group/utils.py#L2
dojo/group/utils.py:2:25: F401 `django.conf.settings` imported but unused
|
Ruff (Q000):
dojo/group/utils.py#L63
dojo/group/utils.py:63:26: Q000 Single quotes found but double quotes preferred
|
Ruff (Q000):
dojo/group/utils.py#L64
dojo/group/utils.py:64:24: Q000 Single quotes found but double quotes preferred
|
Ruff (Q000):
dojo/group/utils.py#L85
dojo/group/utils.py:85:24: Q000 Single quotes found but double quotes preferred
|
Ruff (S110):
dojo/group/utils.py#L93
dojo/group/utils.py:93:5: S110 `try`-`except`-`pass` detected, consider logging the exception
|
Ruff (D203):
dojo/middleware.py#L190
dojo/middleware.py:190:5: D203 1 blank line required before class docstring
|
Ruff (RET505):
dojo/middleware.py#L202
dojo/middleware.py:202:9: RET505 Unnecessary `else` after `return` statement
|
Ruff (RET504):
dojo/middleware.py#L204
dojo/middleware.py:204:20: RET504 Unnecessary assignment to `response` before `return` statement
|
Ruff (I001):
dojo/pipeline.py#L1
dojo/pipeline.py:1:1: I001 Import block is un-sorted or un-formatted
|
ruff-linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|