fix: simplify pre-commit hook flow (#34637)

This commit is contained in:
yyh
2026-04-07 12:19:31 +08:00
committed by GitHub
parent 396b39dff9
commit b9c122e7f4
3 changed files with 2 additions and 28 deletions

View File

@@ -20,4 +20,4 @@
- [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
- [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
- [x] I've updated the documentation accordingly.
- [x] I ran `make lint` and `make type-check` (backend) and `cd web && npx lint-staged` (frontend) to appease the lint gods
- [x] I ran `make lint` and `make type-check` (backend) and `cd web && pnpm exec vp staged` (frontend) to appease the lint gods