Files
bible/.pre-commit-config.yaml
onyx_online 0ff628a902 sync version between manifests
add pyproject-fmt to pre-commit config
2026-09-15 08:24:26 +01:00

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