mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
9 lines
358 B
Markdown
9 lines
358 B
Markdown
## Summary
|
|
<!-- Briefly describe what this PR does -->
|
|
|
|
## Checklist
|
|
- [ ] Fork synced with upstream master (`git merge upstream/master`)
|
|
- [ ] `ruff check && ruff format` passes
|
|
- [ ] `pytest tests/ --ignore=tests/sandbox -x` passes
|
|
- [ ] Plugin changes: `npx vitest run` in `paperforge/plugin/` passes
|
|
- [ ] No secrets, API keys, or `.env` files committed
|