mirror of
https://github.com/onyx-and-iris/bible.git
synced 2026-09-14 23:22:34 +00:00
9 lines
197 B
YAML
9 lines
197 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: sync-pixi-pyproject
|
|
name: Sync pixi.toml and pyproject.toml
|
|
entry: pixi run sync
|
|
language: system
|
|
stages: [pre-commit]
|