Skip to content

Update ruff.toml

Update ruff.toml #19

Triggered via push January 9, 2025 16:05
Status Failure
Total duration 16s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

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