Skip to content

missed some templates #33

missed some templates

missed some templates #33

Triggered via push February 13, 2025 21:12
Status Failure
Total duration 14s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (F401): scripts/fetch-areas.py#L4
scripts/fetch-areas.py:4:30: F401 `shapely.geometry.Point` imported but unused
Ruff (F401): scripts/show.py#L13
scripts/show.py:13:8: F401 `urllib` imported but unused
Ruff (SIM108): scripts/show.py#L30
scripts/show.py:30:1: SIM108 Use ternary operator `outname = os.path.join(dist_dir, "light.html") if LIGHT else os.path.join(dist_dir, "index.html")` instead of `if`-`else`-block
Ruff (F401): server.py#L8
server.py:8:19: F401 `flask.redirect` imported but unused
Ruff (F401): server.py#L8
server.py:8:79: F401 `flask.render_template` imported but unused
Ruff (F821): server.py#L51
server.py:51:55: F821 Undefined name `date_string`
build
Process completed with exit code 1.