Add macvlan network override example #256
Annotations
11 errors
|
Security check with Bandit
Process completed with exit code 1.
|
|
Lint with Ruff:
stream_daemon/config/secrets.py#L123
stream_daemon/config/secrets.py:123:34: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream_daemon/config/secrets.py#L69
stream_daemon/config/secrets.py:69:22: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream_daemon/config/secrets.py#L37
stream_daemon/config/secrets.py:37:22: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream_daemon/ai/generator.py#L1224
stream_daemon/ai/generator.py:1224:13: F841 Local variable `models_response` is assigned to but never used
help: Remove assignment to unused variable `models_response`
|
|
Lint with Ruff:
stream-daemon.py#L467
stream-daemon.py:467:50: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream-daemon.py#L402
stream-daemon.py:402:38: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream-daemon.py#L339
stream-daemon.py:339:44: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream-daemon.py#L290
stream-daemon.py:290:40: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
Lint with Ruff:
stream-daemon.py#L15
stream-daemon.py:15:32: F401 `datetime.timedelta` imported but unused
help: Remove unused import
|
|
Lint with Ruff:
stream-daemon.py#L15
stream-daemon.py:15:22: F401 `datetime.datetime` imported but unused
help: Remove unused import
|
Loading