Skip to content

feat: generic anomaly detection #555

feat: generic anomaly detection

feat: generic anomaly detection #555

Triggered via pull request July 27, 2023 21:24
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 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#L30
udf/anomaly-detection/src/_config.py:30:18: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L31
udf/anomaly-detection/src/_config.py:31:13: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L44
udf/anomaly-detection/src/_config.py:44:21: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L45
udf/anomaly-detection/src/_config.py:45:14: UP006 Use `list` instead of `List` for type annotation
Ruff (UP006): udf/anomaly-detection/src/_config.py#L55
udf/anomaly-detection/src/_config.py:55:14: UP006 Use `list` instead of `List` for type annotation
Ruff (PLW1508): udf/anomaly-detection/src/_constants.py#L15
udf/anomaly-detection/src/_constants.py:15:52: PLW1508 Invalid type for environment variable default; expected `str` or `None`