feat(*): first mvp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user