first commit

This commit is contained in:
2026-09-15 00:16:23 +01:00
commit 6e5fd427f7
33 changed files with 4026 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
repos:
- repo: local
hooks:
- id: sync-pixi-pyproject
name: Sync pixi.toml and pyproject.toml
entry: pixi run sync
language: system
stages: [pre-commit]