feat(*): first mvp

This commit is contained in:
h
2026-01-20 21:54:48 +01:00
parent b9703da2fc
commit ec17f5e0fd
52 changed files with 2599 additions and 576 deletions

View File

@@ -15,3 +15,24 @@ repos:
entry: uvx ty check
language: python
types_or: [ python, pyi ]
- id: frontend-format
name: frontend format
entry: bash -c 'cd frontend && bun format'
language: system
files: ^frontend/
pass_filenames: false
- id: frontend-lint
name: frontend lint
entry: bash -c 'cd frontend && bun lint'
language: system
files: ^frontend/
pass_filenames: false
- id: frontend-check
name: frontend check
entry: bash -c 'cd frontend && bun check'
language: system
files: ^frontend/
pass_filenames: false