Update README.md #5
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
|