Skip to content

chore: improvements on sentinel and model saving #530

chore: improvements on sentinel and model saving

chore: improvements on sentinel and model saving #530

Triggered via pull request July 13, 2023 21:12
Status Failure
Total duration 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Ruff (D103): udf/anomaly-detection/src/__init__.py#L7
udf/anomaly-detection/src/__init__.py:7:5: D103 Missing docstring in public function
Ruff (PLW1508): udf/anomaly-detection/src/__init__.py#L11
udf/anomaly-detection/src/__init__.py:11:27: PLW1508 Invalid type for environment variable default; expected `str` or `None`
Ruff (UP035): udf/anomaly-detection/src/_config.py#L2
udf/anomaly-detection/src/_config.py:2:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): udf/anomaly-detection/src/_config.py#L15
udf/anomaly-detection/src/_config.py:15:14: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L50
udf/anomaly-detection/src/_config.py:50:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L51
udf/anomaly-detection/src/_config.py:51:14: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L52
udf/anomaly-detection/src/_config.py:52:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L59
udf/anomaly-detection/src/_config.py:59:14: UP006 Use `list` instead of `List` for type annotation
Ruff (F401): udf/anomaly-detection/src/connectors/__init__.py#L1
udf/anomaly-detection/src/connectors/__init__.py:1:36: F401 `src.connectors._config.RedisConf` imported but unused
Ruff (F401): udf/anomaly-detection/src/connectors/__init__.py#L1
udf/anomaly-detection/src/connectors/__init__.py:1:47: F401 `src.connectors._config.RegistryConf` imported but unused
Black format
Process completed with exit code 1.