Skip to content

Merge branch 'main' of github.com:Hitchwiki/hitchmap-data into main #4

Merge branch 'main' of github.com:Hitchwiki/hitchmap-data into main

Merge branch 'main' of github.com:Hitchwiki/hitchmap-data into main #4

Triggered via push January 7, 2025 16:49
Status Failure
Total duration 35s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (I001): cleaning/clean_map.ipynb#L1
cleaning/clean_map.ipynb:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): cleaning/clean_map.ipynb#L15
cleaning/clean_map.ipynb:1:1: F401 `matplotlib.pyplot` imported but unused
Ruff (F401): cleaning/clean_map.ipynb#L16
cleaning/clean_map.ipynb:1:1: F401 `osmnx._errors.InsufficientResponseError` imported but unused
Ruff (E402): cleaning/clean_map.ipynb#L30
cleaning/clean_map.ipynb:1:1: E402 Module level import not at top of cell
Ruff (I001): cleaning/clean_map.ipynb#L30
cleaning/clean_map.ipynb:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E402): cleaning/clean_map.ipynb#L32
cleaning/clean_map.ipynb:1:1: E402 Module level import not at top of cell
Ruff (F403): cleaning/clean_map.ipynb#L32
cleaning/clean_map.ipynb:1:1: F403 `from stats import *` used; unable to detect undefined names
Ruff (E402): cleaning/clean_map.ipynb#L33
cleaning/clean_map.ipynb:1:1: E402 Module level import not at top of cell
Ruff (F403): cleaning/clean_map.ipynb#L33
cleaning/clean_map.ipynb:1:1: F403 `from utils import *` used; unable to detect undefined names
Ruff (E402): cleaning/clean_map.ipynb#L37
cleaning/clean_map.ipynb:1:1: E402 Module level import not at top of cell
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636