Update ruff.toml #19
Annotations
10 errors and 1 warning
Run Ruff:
heatchmap/__init__.py#L1
heatchmap/__init__.py:1:1: D104 Missing docstring in public package
|
Run Ruff:
heatchmap/gpmap.py#L25
heatchmap/gpmap.py:25:7: D101 Missing docstring in public class
|
Run Ruff:
heatchmap/gpmap.py#L26
heatchmap/gpmap.py:26:9: D107 Missing docstring in `__init__`
|
Run Ruff:
heatchmap/gpmap.py#L39
heatchmap/gpmap.py:39:121: E501 Line too long (126 > 120)
|
Run Ruff:
heatchmap/gpmap.py#L56
heatchmap/gpmap.py:56:121: E501 Line too long (128 > 120)
|
Run Ruff:
heatchmap/gpmap.py#L113
heatchmap/gpmap.py:113:121: E501 Line too long (248 > 120)
|
Run Ruff:
heatchmap/gpmap.py#L115
heatchmap/gpmap.py:115:121: E501 Line too long (185 > 120)
|
Run Ruff:
heatchmap/gpmap.py#L124
heatchmap/gpmap.py:124:9: D413 Missing blank line after last section ("Args")
|
Run Ruff:
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."
|
Run Ruff:
heatchmap/gpmap.py#L174
heatchmap/gpmap.py:174:121: E501 Line too long (186 > 120)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading