[Snyk] Security upgrade python from 3.14.1-slim to 3.14.3-slim #71
lint.yml
on: pull_request
Lint Python Code
13s
Lint Rust Code
1m 26s
Annotations
4 errors
|
Lint Python Code
Process completed with exit code 1.
|
|
Ruff (UP042):
services/orchestrator/app/reflex_client.py#L32
services/orchestrator/app/reflex_client.py:32:7: UP042 Class ProcessStatus inherits from both `str` and `enum.Enum`
|
|
Ruff (UP042):
services/orchestrator/app/models.py#L38
services/orchestrator/app/models.py:38:7: UP042 Class Priority inherits from both `str` and `enum.Enum`
|
|
Ruff (UP042):
services/orchestrator/app/models.py#L28
services/orchestrator/app/models.py:28:7: UP042 Class TaskStatus inherits from both `str` and `enum.Enum`
|