fix: import in python package #23
Annotations
10 errors and 1 warning
Ruff (D104):
heatchmap/__init__.py#L1
heatchmap/__init__.py:1:1: D104 Missing docstring in public package
|
Ruff (D101):
heatchmap/gpmap.py#L24
heatchmap/gpmap.py:24:7: D101 Missing docstring in public class
|
Ruff (D107):
heatchmap/gpmap.py#L25
heatchmap/gpmap.py:25:9: D107 Missing docstring in `__init__`
|
Ruff (E501):
heatchmap/gpmap.py#L38
heatchmap/gpmap.py:38:121: E501 Line too long (126 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L55
heatchmap/gpmap.py:55:121: E501 Line too long (128 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L112
heatchmap/gpmap.py:112:121: E501 Line too long (248 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L114
heatchmap/gpmap.py:114:121: E501 Line too long (185 > 120)
|
Ruff (D401):
heatchmap/gpmap.py#L154
heatchmap/gpmap.py:154:9: D401 First line of docstring should be in imperative mood: "Creats 2d np.array of raster where only pixels that are 1 should be recalculated."
|
Ruff (E501):
heatchmap/gpmap.py#L174
heatchmap/gpmap.py:174:121: E501 Line too long (186 > 120)
|
Ruff (E501):
heatchmap/gpmap.py#L178
heatchmap/gpmap.py:178:121: E501 Line too long (198 > 120)
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|