feat: generic anomaly detection #542
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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#L28
udf/anomaly-detection/src/_config.py:28:18: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
udf/anomaly-detection/src/_config.py#L29
udf/anomaly-detection/src/_config.py:29:13: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
udf/anomaly-detection/src/_config.py#L42
udf/anomaly-detection/src/_config.py:42:21: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
udf/anomaly-detection/src/_config.py#L43
udf/anomaly-detection/src/_config.py:43:14: UP006 Use `list` instead of `List` for type annotation
|
Ruff (UP006):
udf/anomaly-detection/src/_config.py#L53
udf/anomaly-detection/src/_config.py:53: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`
|