feat: init

This commit is contained in:
h
2026-05-28 21:59:44 +02:00
commit e08d26dd10
34 changed files with 893 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.15
hooks:
- id: ruff-check
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format
types_or: [ python, pyi ]
- repo: local
hooks:
- id: ultracite
name: ultracite
entry: bash -c 'cd frontend && bun x ultracite fix'
language: system
files: ^frontend/
pass_filenames: false
- id: svelte-check
name: svelte check
entry: bash -c 'cd frontend && bun check'
language: system
files: ^frontend/
pass_filenames: false
- id: ty
name: ty check
entry: uvx ty check
language: python
types_or: [ python, pyi ]