Add server-side ROM patching endpoint #3225
Draft
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
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
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
Loading