Skip to content

docs/roadmap.md: file FastPathPlanning convergence stall as a known o… #1645

docs/roadmap.md: file FastPathPlanning convergence stall as a known o…

docs/roadmap.md: file FastPathPlanning convergence stall as a known o… #1645

Triggered via push August 23, 2026 21:42
Status Failure
Total duration 9s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (UP045): demo_custom_referee.py#L573
demo_custom_referee.py:573:19: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (UP045): demo_custom_referee.py#L89
demo_custom_referee.py:89:20: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (PIE808): conftest.py#L42
conftest.py:42:49: PIE808 Unnecessary `start` argument in `range` help: Remove `start` argument
ruff (SIM115): arena_tournament.py#L436
arena_tournament.py:436:27: SIM115 Use a context manager for opening files
ruff (SIM115): arena_tournament.py#L432
arena_tournament.py:432:42: SIM115 Use a context manager for opening files
ruff (UP045): arena_tournament.py#L419
arena_tournament.py:419:33: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (SIM115): arena_tournament.py#L386
arena_tournament.py:386:16: SIM115 Use a context manager for opening files
ruff (UP045): arena_tournament.py#L356
arena_tournament.py:356:106: UP045 Use `X | None` for type annotations help: Convert to `X | None`
ruff (RUF010): arena_tournament.py#L352
arena_tournament.py:352:35: RUF010 Use explicit conversion flag help: Replace with conversion flag
ruff (PERF102): arena_tournament.py#L183
arena_tournament.py:183:20: PERF102 When using only the values of a dict use the `values()` method help: Replace `.items()` with `.values()`
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/