fix: imports #24
Annotations
10 errors and 1 warning
Ruff (D104):
heatchmap/__init__.py#L1
heatchmap/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (I001):
heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
heatchmap/gpmap.py#L22
heatchmap/gpmap.py:22:66: F401 `.utils.transformed_target_regressor_with_uncertainty.TransformedTargetRegressorWithUncertainty` imported but unused
|
Ruff (F401):
heatchmap/gpmap.py#L23
heatchmap/gpmap.py:23:20: F401 `.utils.transformed_target_regressor_with_uncertainty` imported but unused
|
Ruff (D101):
heatchmap/gpmap.py#L26
heatchmap/gpmap.py:26:7: D101 Missing docstring in public class
|
Ruff (D107):
heatchmap/gpmap.py#L27
heatchmap/gpmap.py:27:9: D107 Missing docstring in `__init__`
|
Ruff (E501):
heatchmap/gpmap.py#L40
heatchmap/gpmap.py:40:121: E501 Line too long (126 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L57
heatchmap/gpmap.py:57:121: E501 Line too long (128 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L114
heatchmap/gpmap.py:114:121: E501 Line too long (248 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L116
heatchmap/gpmap.py:116:121: E501 Line too long (185 > 120)
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|