mirror of
https://github.com/onyx-and-iris/bible.git
synced 2026-09-15 07:32:34 +00:00
14 lines
305 B
YAML
14 lines
305 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]
|
|
|
|
- repo: https://github.com/tox-dev/pyproject-fmt
|
|
rev: 'v2.29.4'
|
|
hooks:
|
|
- id: pyproject-fmt
|