Skip to content

feat(patcher): scope patcher to a single ROM via game-card menu

316895c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Add server-side ROM patching endpoint #3225

feat(patcher): scope patcher to a single ROM via game-card menu
316895c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Trunk Check failed Apr 15, 2026 in 57s

Trunk Check

Checked 22 modified files
5 existing issues (use --show-existing to see them)
✖ 2 new lint issues
✖ 1 failure

Details

To reproduce and test locally, run:
trunk check

For help resolving these issues, see our docs on running on PRs or debugging Trunk Check

Annotations

Check failure on line 49 in backend/utils/rom_patcher/patcher.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(ASYNC240)

[new] Async functions should not use pathlib.Path methods, use trio.Path or anyio.path

Check failure on line 54 in backend/endpoints/roms/patch.py

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

ruff(B008)

[new] Do not perform function call `Body` in argument defaults; instead, perform the call within the function, or read the default from a module-level singleton variable