fix: add input validation, retry limit, code formatting, and exclude i18n from secret detection

This commit is contained in:
Differ 2025-12-05 09:58:49 +08:00
parent 6b1b8d0f2e
commit 500bc60d02
3 changed files with 38 additions and 17 deletions

View file

@ -35,7 +35,8 @@ repos:
.*pnpm-lock\.yaml|
.*alembic\.ini|
.*alembic/versions/.*\.py|
.*\.mdx$
.*\.mdx$|
.*/messages/.*\.json$
)$
# Python Backend Hooks (surfsense_backend) - Using Ruff for linting and formatting