Files
social-app/.pre-commit-config.yaml
qzl ad06fe7de4 refactor: align backend layout and supabase infra
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
2026-02-05 15:13:06 +08:00

14 lines
304 B
YAML

repos:
- repo: https://github.com/DetachHead/basedpyright-prek-mirror
rev: 1.37.2
hooks:
- id: basedpyright
args: [--level=error]
files: ^backend/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.6
hooks:
- id: ruff
files: ^backend/