# A2C mandatory pre-commit hooks — copy into repository root .pre-commit-config.yaml
# Pin rev to a release tag from a2c-pre-commit-hooks; add stack hooks in additional repos: blocks.

repos:
  - repo: https://gitlab.com/libesys/ai-workflows/a2c-pre-commit-hooks.git
    rev: v0.3.0
    hooks:
      - id: check-changelog
      # Optional for ADR-0011 adopters (requires docs/web-source-mapping.md):
      # - id: check-web-sources
